Adjusted map zoom speed

This commit is contained in:
Mitchell McCaffrey 2020-04-30 16:16:12 +10:00
parent c0d04ea6fa
commit 8c304c76e5

View File

@ -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;