Timothy Jaeryang Baek пре 2 месеци
родитељ
комит
3b4344c1bf

+ 1 - 1
src/lib/components/common/Valves/MapSelector.svelte

@@ -30,7 +30,7 @@
 
 			try {
 				map.fitBounds(markerGroupLayer.getBounds(), {
-					maxZoom: 13
+					maxZoom: Math.max(map.getZoom(), 13)
 				});
 			} catch (error) {}
 		}

BIN
static/marker-icon.png


BIN
static/marker-shadow.png