Merge pull request #882 from jacopotediosi/patch-1

Set maxZoom to max value
This commit is contained in:
Simone Margaritelli 2020-06-26 14:12:15 +02:00 committed by GitHub
commit dd3dbbe400
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>', attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',
subdomains: 'abcd', subdomains: 'abcd',
opacity:0.8, opacity:0.8,
// maxZoom: 19 maxZoom: 20
}); });
var mymap = L.map('mapdiv'); var mymap = L.map('mapdiv');