update osm

This commit is contained in:
Heidi
2026-05-16 08:32:25 +01:00
parent 37337f0109
commit bff12ac501
+2 -2
View File
@@ -2644,8 +2644,8 @@ function LocationSignalMap({ countries, locations }) {
zoom: 1,
})
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors',
L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', {
attribution: '© OpenStreetMap contributors © CARTO',
maxZoom: 8,
}).addTo(map)