Map marker reload improvements #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rather than recreating all markers on refresh, switch to using Field Spotter's remove/add code, to prevent popups being automatically closed on refresh
Need to uniquely ID markers and geodesics so we can remove them.
More importantly we need to deal with the duplicate prevention, which now might cause existing markers to need updating/replacing if the latest spot of that call is no longer the one we made the marker for.
Bit of a faff.