Increase maxZoomLimit to 24
Even if this limit is not a hard limit, just a warning, we now have been proven some maps using custom backgrounds use zooms greater than 20. Eg. this maps which allows zoom until 23: https://umap.openstreetmap.fr/fr/map/cimetiere-asnieres-la-giraud_716488
This commit is contained in:
parent
45c1d1c419
commit
852857412b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ L.Map.mergeOptions({
|
||||||
default_popupContentTemplate: '# {name}\n{description}',
|
default_popupContentTemplate: '# {name}\n{description}',
|
||||||
default_interactive: true,
|
default_interactive: true,
|
||||||
default_labelDirection: 'auto',
|
default_labelDirection: 'auto',
|
||||||
maxZoomLimit: 20,
|
maxZoomLimit: 24,
|
||||||
attributionControl: false,
|
attributionControl: false,
|
||||||
editMode: 'advanced',
|
editMode: 'advanced',
|
||||||
embedControl: true,
|
embedControl: true,
|
||||||
|
|
Loading…
Reference in a new issue