Merge pull request #882 from jacopotediosi/patch-1
Set maxZoom to max value
This commit is contained in:
commit
dd3dbbe400
@ -141,7 +141,7 @@
|
|||||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="https://carto.com/attributions">CARTO</a>',
|
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <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');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user