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 }),
|
renderer: L.svg({ padding: 2 }),
|
||||||
zoom: 2,
|
zoom: 2,
|
||||||
maxZoom: 10,
|
maxZoom: 10,
|
||||||
minZoom: 1,
|
minZoom: 0,
|
||||||
crs: L.CRS.Simple,
|
crs: L.CRS.Simple,
|
||||||
editable: true,
|
editable: true,
|
||||||
closePopupOnClick: false
|
closePopupOnClick: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue