From 0f7870f770341df5d90b71ffc458c75854e5c268 Mon Sep 17 00:00:00 2001 From: Jacopo Tediosi Date: Thu, 21 May 2020 23:50:03 +0200 Subject: [PATCH] Set maxZoom to max value Why to limit zoom? As a user, I used sometimes to zoom so much. --- pwnagotchi/plugins/default/webgpsmap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/webgpsmap.html b/pwnagotchi/plugins/default/webgpsmap.html index 5bb36f3b9..1248c1a86 100644 --- a/pwnagotchi/plugins/default/webgpsmap.html +++ b/pwnagotchi/plugins/default/webgpsmap.html @@ -141,7 +141,7 @@ attribution: '© OpenStreetMap contributors © CARTO', subdomains: 'abcd', opacity:0.8, -// maxZoom: 19 + maxZoom: 20 }); var mymap = L.map('mapdiv');