diff --git a/example.config.js b/example.config.js index 51891ce..8a790d9 100644 --- a/example.config.js +++ b/example.config.js @@ -44,4 +44,3 @@ module.exports = { } } } - diff --git a/src/store/initial.js b/src/store/initial.js index 7398541..e1871d4 100644 --- a/src/store/initial.js +++ b/src/store/initial.js @@ -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]]