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

Display the route type upon tapping #16661

Closed
sonora opened this issue Mar 11, 2023 · 7 comments · Fixed by #17766
Closed

Display the route type upon tapping #16661

sonora opened this issue Mar 11, 2023 · 7 comments · Fixed by #17766
Assignees
Labels
Milestone

Comments

@sonora
Copy link
Member

sonora commented Mar 11, 2023

I think we have this somewhere, but I can't find it anymore, (it's probably not in any Milestone yet), and it should be quite easy to implement:

So far when on the map you tap on a route, in the pop-up selection dialog (in case multiple routes exist in the tapped area) in lines 2 of each entry for certain routes we just show "Route". Users should be able to distiguish here e.g. hiking routes from cycling routes. So it would be interesting to show the types of route here instead (the attributes we subsequently show on each track's context menu in "Overview"under "Network" and "Route type").

@Zirochkabila Zirochkabila added the Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning label Mar 11, 2023
@sonora
Copy link
Member Author

sonora commented May 23, 2023

Just to clarify, I am talking about where it just says "Route" here:

Should be easy to achieve, and is more than just "Nice to have"`?

@goldfndr
Copy link

goldfndr commented May 24, 2023

Related reddit thread

@vshcherb vshcherb added this to the 4.6-android milestone May 31, 2023
@vshcherb
Copy link
Member

vshcherb commented May 31, 2023

To Do

  • We need to print Route type per route "Route - $1%s" (Route - Hiking) if present

@vshcherb vshcherb added and-ui and removed Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning labels May 31, 2023
@vshcherb vshcherb modified the milestones: 4.6-android, 4.5-android Jul 25, 2023
@Chumva Chumva assigned nazar-kutz and 0xRe1nk0 and unassigned nazar-kutz Jul 25, 2023
@0xRe1nk0 0xRe1nk0 linked a pull request Jul 31, 2023 that will close this issue
@dmpr0 dmpr0 reopened this Aug 4, 2023
@dmpr0
Copy link
Contributor

dmpr0 commented Aug 4, 2023

Review

ImportRoute.mov
  • Unable to import, saved route.

@vshcherb
Copy link
Member

vshcherb commented Aug 4, 2023

Route could be imported as .gpx. This is a separate issue - *.gpx.zip is not supported. Also you won't be able to see route type by importing this track, you need to check as described here #16661 (comment)

@vshcherb vshcherb closed this as completed Aug 4, 2023
@dmpr0 dmpr0 reopened this Aug 4, 2023
@dmpr0
Copy link
Contributor

dmpr0 commented Aug 4, 2023

Route could be imported as .gpx. This is a separate issue - *.gpx.zip is not supported. Also you won't be able to see route type by importing this track, you need to check as described here #16661 (comment)

Do you try to import attached unarchived attached GPX to OsmAnd, or upload GPX to to GitHub?


Import GPX to GitHub >
Screenshot 2023-08-04 at 17 35 30


Import GPX to OsmAnd
Screenshot 2023-08-04 at 17 37 00

@sonora
Copy link
Member Author

sonora commented Aug 4, 2023

I belive we may be mixing issues here now: I was actually talking about tapping routes on tbe map, i.e. displaying their OSM (hiking or cycling) network affiliation (which we know about in our obf files)..This issue seems fixed now.

Importing gpx files seems a different use case, likely justified, but technically different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants