feat: Plus und Minus Icons

This commit is contained in:
ISA
2025-09-16 13:32:22 +02:00
parent cdfdd3d6cf
commit 2e5acf9327
16 changed files with 111 additions and 125 deletions

View File

@@ -143,10 +143,7 @@ export const initializeMap = (
initMap.dragging.enable();
// Add visible +/- zoom control bottom-right (playwright-friendly)
try {
L.control.zoom({ position: "bottomright" }).addTo(initMap);
} catch (_) {}
// Do not add the default Leaflet zoom control; we'll render custom React controls in MapComponent
L.tileLayer(tileLayerUrl, {
attribution: "© OpenStreetMap contributors",