Do not constrain too much the minimum zoom level of the flats map.

This commit is contained in:
Lucas Verney 2017-06-20 16:32:27 +02:00
parent 78b9ebf04e
commit 5c171a8356
1 changed files with 1 additions and 1 deletions

View File

@ -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: {