Increased map max zoom

This commit is contained in:
Mitchell McCaffrey 2020-10-02 18:47:46 +10:00
parent 5f4876bb60
commit e171d5f30e

View File

@ -5,7 +5,7 @@ import normalizeWheel from "normalize-wheel";
const wheelZoomSpeed = -0.001;
const touchZoomSpeed = 0.005;
const minZoom = 0.1;
const maxZoom = 5;
const maxZoom = 10;
function useStageInteraction(
layer,