Map toggle: show current layer name instead of target

This commit is contained in:
Davide Scaini
2026-05-13 23:05:38 +02:00
parent 21aea7f225
commit 277898f46f
+2 -2
View File
@@ -30,12 +30,12 @@
'https://c.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
],
attribution: '© <a href="https://www.cyclosm.org">CyclOSM</a> | © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
label: 'OSM',
label: 'CyclOSM',
},
osm: {
tiles: ['https://tile.openstreetmap.org/{z}/{x}/{y}.png'],
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
label: 'Cycle',
label: 'OSM',
},
};