Merge pull request #1381 from umap-project/max-zoom-limit-24

Increase maxZoomLimit to 24
This commit is contained in:
Yohan Boniface 2023-10-26 22:56:22 +02:00 committed by GitHub
commit ac56194487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ L.Map.mergeOptions({
default_popupContentTemplate: '# {name}\n{description}',
default_interactive: true,
default_labelDirection: 'auto',
maxZoomLimit: 20,
maxZoomLimit: 24,
attributionControl: false,
editMode: 'advanced',
embedControl: true,