From d1a0e3a9db4adfa91fee762cafc0b1103486a3a0 Mon Sep 17 00:00:00 2001 From: james hadfield Date: Thu, 8 Aug 2019 16:40:28 +0800 Subject: [PATCH] increase allowed map zoom --- src/components/map/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/map.js b/src/components/map/map.js index c16f77bd8..9fa97c2fa 100644 --- a/src/components/map/map.js +++ b/src/components/map/map.js @@ -439,7 +439,7 @@ class Map extends React.Component { scrollWheelZoom: false, maxBounds: this.getInitialBounds(), minZoom: 2, - maxZoom: 10, + maxZoom: 13, zoomSnap: 0.5, zoomControl: false, /* leaflet sleep see https://cliffcloud.github.io/Leaflet.Sleep/#summary */