Skip to content

Commit 0f7870f

Browse files
Set maxZoom to max value
Why to limit zoom? As a user, I used sometimes to zoom so much.
1 parent 05b235c commit 0f7870f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pwnagotchi/plugins/default/webgpsmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',
142142
subdomains: 'abcd',
143143
opacity:0.8,
144-
// maxZoom: 19
144+
maxZoom: 20
145145
});
146146
var mymap = L.map('mapdiv');
147147

0 commit comments

Comments
 (0)