fix course zoom

pull/41/head
accius 2 days ago
parent a2f6a79989
commit 729171a5cc

@ -99,6 +99,9 @@ export const WorldMap = ({
maxZoom: 18, maxZoom: 18,
worldCopyJump: true, worldCopyJump: true,
zoomControl: true, zoomControl: true,
zoomSnap: 0.25,
zoomDelta: 0.5,
wheelPxPerZoomLevel: 120,
maxBounds: [[-90, -Infinity], [90, Infinity]], maxBounds: [[-90, -Infinity], [90, Infinity]],
maxBoundsViscosity: 0.8 maxBoundsViscosity: 0.8
}); });

Loading…
Cancel
Save

Powered by TurnKey Linux.