fix(windkarte): maxZoom bei Selektion von 14 auf 12 reduziert
Deploy / verify (push) Successful in 51s
Deploy / deploy (push) Successful in 1m1s

This commit is contained in:
Peter Meier
2026-05-13 15:21:11 +02:00
parent cd67ff8dc8
commit f9b7057ba4
+1 -1
View File
@@ -143,7 +143,7 @@
map!.fitBounds((layer as import("leaflet").Polygon).getBounds(), {
paddingTopLeft: [40, 40],
paddingBottomRight: [desktop ? 320 : 40, desktop ? 40 : 300],
maxZoom: 14,
maxZoom: 12,
});
}
}