Skip to content

Commit

Permalink
Update stations_map.html - Use preferred tile.openstreetmap.org URL
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldegroot2 authored Nov 20, 2024
1 parent 4770c82 commit d5dbfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_static/stations_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit d5dbfda

Please sign in to comment.