Fix framing locations on the map display

This commit is contained in:
Eli Ribble 2026-04-16 03:46:56 +00:00
parent 5f68eb453f
commit a9077b6c36
No known key found for this signature in database
3 changed files with 35 additions and 19 deletions

View file

@ -472,7 +472,7 @@ const markers = computed((): Marker[] => {
markers.push({
color: "#FF0000",
draggable: true,
id: "x",
id: p.address.gid,
location: p.address.location,
});
}