From d5dbfda5b0af0fc4eabd46a70be7ee39d0578453 Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:19:20 +0100 Subject: [PATCH] Update stations_map.html - Use preferred tile.openstreetmap.org URL See https://github.com/openstreetmap/operations/issues/737 --- docs/_static/stations_map.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_static/stations_map.html b/docs/_static/stations_map.html index 648170465..786c84e62 100644 --- a/docs/_static/stations_map.html +++ b/docs/_static/stations_map.html @@ -89,8 +89,8 @@ var tile_layer_51dc56068693c016c62c91079ffbca71 = L.tileLayer( - "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", - {"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false} + "https://tile.openstreetmap.org/{z}/{x}/{y}.png", + {"attribution": "Data by \u0026copy; \u003ca href=\"https://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false} ).addTo(map_b3ca7521ff0b0ec524910d4406a7d3f7);