tweak initial settings

This commit is contained in:
Lachlan Kermode
2019-01-23 16:59:57 +00:00
parent ee425a5943
commit a26b6beae0
2 changed files with 1 additions and 2 deletions

View File

@@ -44,4 +44,3 @@ module.exports = {
}
}
}

View File

@@ -52,7 +52,7 @@ const initial = {
map: {
anchor: [31.356397, 34.784818],
startZoom: 11,
minZoom: 7,
minZoom: 6,
maxZoom: 18,
bounds: null,
maxBounds: [[180, -180], [-180, 180]]