Add default map center to avoid error on launch
This commit is contained in:
parent
8f0e13fa6d
commit
af8d864c38
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user