Do not constrain too much the minimum zoom level of the flats map.
This commit is contained in:
parent
78b9ebf04e
commit
5c171a8356
@ -49,7 +49,7 @@ export default {
|
|||||||
center: null,
|
center: null,
|
||||||
zoom: {
|
zoom: {
|
||||||
defaultZoom: 13,
|
defaultZoom: 13,
|
||||||
minZoom: 11,
|
minZoom: 5,
|
||||||
maxZoom: 17
|
maxZoom: 17
|
||||||
},
|
},
|
||||||
tiles: {
|
tiles: {
|
||||||
|
Loading…
Reference in New Issue
Block a user