From 08c2defff52fefbcd015904ead00359d96a8be4c Mon Sep 17 00:00:00 2001 From: Grant Date: Sat, 2 Sep 2023 17:48:56 +0100 Subject: [PATCH] Update alamode.js use correct tile.osm.org URL See: https://github.com/openstreetmap/operations/issues/737 --- alamode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alamode.js b/alamode.js index 3e0108d..5fa3742 100644 --- a/alamode.js +++ b/alamode.js @@ -898,7 +898,7 @@ var alamode = { .style("width",mapWidth + "px") var baseLayer = L.tileLayer( - 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 18 });