From 729171a5cc11036b6d06c1403f8369e9eefe3056 Mon Sep 17 00:00:00 2001 From: accius Date: Mon, 2 Feb 2026 18:50:32 -0500 Subject: [PATCH] fix course zoom --- src/components/WorldMap.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/WorldMap.jsx b/src/components/WorldMap.jsx index 70b163b..a3bb823 100644 --- a/src/components/WorldMap.jsx +++ b/src/components/WorldMap.jsx @@ -99,6 +99,9 @@ export const WorldMap = ({ maxZoom: 18, worldCopyJump: true, zoomControl: true, + zoomSnap: 0.25, + zoomDelta: 0.5, + wheelPxPerZoomLevel: 120, maxBounds: [[-90, -Infinity], [90, Infinity]], maxBoundsViscosity: 0.8 });