minZoom=0
This commit is contained in:
parent
e610738b11
commit
8de3109802
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ editor = {
|
|||
renderer: L.svg({ padding: 2 }),
|
||||
zoom: 2,
|
||||
maxZoom: 10,
|
||||
minZoom: 1,
|
||||
minZoom: 0,
|
||||
crs: L.CRS.Simple,
|
||||
editable: true,
|
||||
closePopupOnClick: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue