Skip to content

Commit

Permalink
increase allowed map zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Aug 8, 2019
1 parent f46ba74 commit d1a0e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d1a0e3a

Please sign in to comment.