Skip to content

Commit

Permalink
Bump maxZoom to 18 for geolocation
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcbride committed Jul 8, 2014
1 parent 22a9268 commit 97d4dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ var locateControl = L.control.locate({
outsideMapBoundsMsg: "You seem located outside the boundaries of the map"
},
locateOptions: {
maxZoom: 17,
maxZoom: 18,
watch: true,
enableHighAccuracy: true,
maximumAge: 10000,
Expand Down

0 comments on commit 97d4dd3

Please sign in to comment.