mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
Merge branch 'master' into VSR-issues
This commit is contained in:
@@ -315,8 +315,11 @@ export default {
|
||||
addressMap: {
|
||||
// Note: LeafletJs demands [lat, lon]
|
||||
// cfr https://macwright.com/lonlat/
|
||||
center : [48.8589, 2.3469],
|
||||
zoom: 12
|
||||
center : [
|
||||
this.context.defaults.map_center.x,
|
||||
this.context.defaults.map_center.y,
|
||||
],
|
||||
zoom: this.context.defaults.map_center.z
|
||||
},
|
||||
},
|
||||
errorMsg: []
|
||||
|
Reference in New Issue
Block a user