feat: Plus und Minus Zoom Icons

This commit is contained in:
ISA
2025-09-16 12:13:49 +02:00
parent 31c770f778
commit 5b86d5293b
5 changed files with 6 additions and 8 deletions

View File

@@ -145,9 +145,7 @@ export const initializeMap = (
// Add visible +/- zoom control bottom-right (playwright-friendly)
try {
L.control
.zoom({ position: "bottomright" })
.addTo(initMap);
L.control.zoom({ position: "bottomright" }).addTo(initMap);
} catch (_) {}
L.tileLayer(tileLayerUrl, {