Skip to content

Commit

Permalink
Set maxZoom to max value
Browse files Browse the repository at this point in the history
Why to limit zoom? As a user, I used sometimes to zoom so much.
  • Loading branch information
jacopotediosi committed May 21, 2020
1 parent 05b235c commit 0f7870f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnagotchi/plugins/default/webgpsmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',
subdomains: 'abcd',
opacity:0.8,
// maxZoom: 19
maxZoom: 20
});
var mymap = L.map('mapdiv');

Expand Down

0 comments on commit 0f7870f

Please sign in to comment.