diff --git a/flatisfy/web/js_src/components/flatsmap.vue b/flatisfy/web/js_src/components/flatsmap.vue index 5115ca6..08d4d93 100644 --- a/flatisfy/web/js_src/components/flatsmap.vue +++ b/flatisfy/web/js_src/components/flatsmap.vue @@ -46,9 +46,9 @@ export default { fillColor: '#e4ce7f', fillOpacity: 1 }, - center: null, + center: [46.449, 2.210], zoom: { - defaultZoom: 13, + defaultZoom: 6, minZoom: 5, maxZoom: 17 },