Reversed zoom direction

This commit is contained in:
Mitchell McCaffrey 2020-05-29 07:36:11 +10:00
parent 765c84389f
commit a4a8722de0

View File

@ -14,7 +14,7 @@ import { MapInteractionProvider } from "../../contexts/MapInteractionContext";
import MapStageContext from "../../contexts/MapStageContext";
import AuthContext from "../../contexts/AuthContext";
const wheelZoomSpeed = 0.001;
const wheelZoomSpeed = -0.001;
const touchZoomSpeed = 0.005;
const minZoom = 0.1;
const maxZoom = 5;