Add default map center to avoid error on launch

This commit is contained in:
Gautier P 2021-01-14 17:46:17 +01:00
parent 8f0e13fa6d
commit af8d864c38
1 changed files with 2 additions and 2 deletions

View File

@ -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
},