Remove min zoom
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-12-13 18:56:22 +01:00
parent 10840f1a20
commit 99b1421ffc

View file

@ -63,7 +63,6 @@
map = leaflet.map(mapElement, { map = leaflet.map(mapElement, {
dragging: leaflet.Browser.mobile, dragging: leaflet.Browser.mobile,
tap: leaflet.Browser.mobile, tap: leaflet.Browser.mobile,
minZoom: 12
}); });
map.setView(pianelloCoordinates, 13); map.setView(pianelloCoordinates, 13);