Adjusted map zoom speed
This commit is contained in:
parent
c0d04ea6fa
commit
8c304c76e5
@ -5,7 +5,7 @@ import normalizeWheel from "normalize-wheel";
|
||||
|
||||
import { MapInteractionProvider } from "../../contexts/MapInteractionContext";
|
||||
|
||||
const zoomSpeed = -0.005;
|
||||
const zoomSpeed = -0.001;
|
||||
const minZoom = 0.1;
|
||||
const maxZoom = 5;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user