Merge pull request #1381 from umap-project/max-zoom-limit-24
Increase maxZoomLimit to 24
This commit is contained in:
commit
ac56194487
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue