Fix framing locations on the map display
This commit is contained in:
parent
5f68eb453f
commit
a9077b6c36
3 changed files with 35 additions and 19 deletions
|
|
@ -472,7 +472,7 @@ const markers = computed((): Marker[] => {
|
|||
markers.push({
|
||||
color: "#FF0000",
|
||||
draggable: true,
|
||||
id: "x",
|
||||
id: p.address.gid,
|
||||
location: p.address.location,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue