Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnifiedMap: Same waypoints being added/visible multiple times to/on the map #15595

Open
moving-bits opened this issue Apr 13, 2024 · 2 comments
Labels
Bug Issues classified as a bug Map: Unified
Projects

Comments

@moving-bits
Copy link
Member

Having been on a short tour today I noticed a strange behavior wrt to waypoints as part of an individual route:

Somehow I managed to have the same waypoint twice or even three times on the map, so when long-tapping on that waypoint (to get the long-tap popup to remove it from the individual route), that waypoint got listed twice or even three times in the popup menu.

IMHO the underlaying data structures should prevent adding a waypoint (or a cache) multiple times to its list. On adding the same element (identified by its GC code / waypoint id), the existing version should be removed first.

@moving-bits moving-bits added Bug Issues classified as a bug Map: Unified labels Apr 13, 2024
@moving-bits moving-bits added this to To do in Unified map via automation Apr 13, 2024
@moving-bits
Copy link
Member Author

May be the same or have the same cause as #15412 (haven't checked the displayed route length at that moment)

@ztNFny
Copy link
Contributor

ztNFny commented Apr 14, 2024

Yes, this is "standard" behaviour with routing on unified map. it's pretty much unusable - which is the main reason i still use old maps for trails. I considered it covered by #15412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues classified as a bug Map: Unified
Projects
Unified map
  
To do
Development

No branches or pull requests

2 participants