mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Fixed: Fix map center on opening or editing address
This commit is contained in:
@@ -310,8 +310,8 @@ export default {
|
||||
// Note: LeafletJs demands [lat, lon]
|
||||
// cfr https://macwright.com/lonlat/
|
||||
center : [
|
||||
this.context.defaults.map_center.x,
|
||||
this.context.defaults.map_center.y
|
||||
this.context.defaults.map_center.x,
|
||||
this.context.defaults.map_center.y,
|
||||
],
|
||||
zoom: this.context.defaults.map_center.z
|
||||
},
|
||||
|
Reference in New Issue
Block a user