diff --git a/components/UI/Map/LeafletMap.tsx b/components/UI/Map/LeafletMap.tsx index 9e4a3b55..2781f9e6 100644 --- a/components/UI/Map/LeafletMap.tsx +++ b/components/UI/Map/LeafletMap.tsx @@ -154,6 +154,8 @@ function LeafletMap() { ? DEFAULT_MIN_ZOOM_DESKTOP : DEFAULT_MIN_ZOOM_MOBILE } + zoomSnap={0.25} + zoomDelta={0.5} whenReady={(map: any) => setCoordinates(map.target.getBounds())} preferCanvas maxBounds={bounds}