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:
Yohan Boniface 2023-10-26 22:40:54 +02:00
parent 45c1d1c419
commit 852857412b

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,