diff --git a/public/dashboard.html b/public/dashboard.html index 96af71e..a4b0b1e 100644 --- a/public/dashboard.html +++ b/public/dashboard.html @@ -443,7 +443,7 @@ function initMap() { map = L.map('map').setView([37.7749, -122.4194], 13); - L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map); diff --git a/public/index.html b/public/index.html index f5fddda..0797ee7 100644 --- a/public/index.html +++ b/public/index.html @@ -215,7 +215,7 @@ map = L.map('map').setView([37.7749, -122.4194], 13); - L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map);