Set maxZoom to max value

Why to limit zoom? As a user, I used sometimes to zoom so much.
This commit is contained in:
Jacopo Tediosi 2020-05-21 23:50:03 +02:00 committed by GitHub
parent 05b235c38b
commit 0f7870f770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');