From 4ca08b49f2a3b5d68380acdf0f25fb1f88d9cbee Mon Sep 17 00:00:00 2001 From: Inan Hira Date: Tue, 23 Dec 2025 08:24:40 +0000 Subject: [PATCH] Update the OSM tile URLs to use preferred scheme --- _posts/2019-01-29-umfrageverteilung-2018-in-deutschland.md | 2 +- de/map.md | 2 +- en/map.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2019-01-29-umfrageverteilung-2018-in-deutschland.md b/_posts/2019-01-29-umfrageverteilung-2018-in-deutschland.md index 2dd5481d..028a38b8 100644 --- a/_posts/2019-01-29-umfrageverteilung-2018-in-deutschland.md +++ b/_posts/2019-01-29-umfrageverteilung-2018-in-deutschland.md @@ -34,7 +34,7 @@ function myPointToLayer(geoJsonPoint, latlng) { var map2018 = L.map('map2018').setView([51.000,10.316], 7); -L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', { +L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map2018); diff --git a/de/map.md b/de/map.md index d0d79064..eeee665c 100644 --- a/de/map.md +++ b/de/map.md @@ -35,7 +35,7 @@ function myPointToLayer(geoJsonPoint, latlng) { var map = L.map('map').setView([51.000,10.316], 7); -L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', { +L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map); diff --git a/en/map.md b/en/map.md index 16122f6b..bfc2e14a 100644 --- a/en/map.md +++ b/en/map.md @@ -32,7 +32,7 @@ function onEachFeature(feature, layer) { var map = L.map('map-container').setView([51.000,10.316], 7); -L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', { +L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map);