You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jse_tracker currently does not apply updates if the map info API has updated waypoints. This is an issue because the waypoints may include fixes but also for maps that previously did not have waypoints and the tracker plugin created a blank local map entry for it that does not get further updates even when available.
For empty map entries, a full update should resolve the issue. However, it is not quite as straightforward when an entry already exists, as the tables for map entries have are foreign keys to other plugins like autosave, which has to be preserved and not simply wiped. This means there has to be an update strategy to preserve as much of the existing local waypoints as possible while applying the necessary changes correctly.
Requires manual intervention in the database for new changes to take effect. I can’t recall the specific details.
The text was updated successfully, but these errors were encountered: