feat: Plus und Minus Zoom Icons
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user