diff --git a/sidewalks.js b/sidewalks.js index 953c4c4..83221b1 100644 --- a/sidewalks.js +++ b/sidewalks.js @@ -3,7 +3,7 @@ var hash = new L.Hash(map); -L.tileLayer.grayscale('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { +L.tileLayer.grayscale('https://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png', { attribution: 'OpenStreetMap contributors', maxZoom: 20, }).addTo(map);