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

url and urlname support in gpx format regarding waypoints (wpt tag) #14618

Closed
nicolamoscakumbe opened this issue Jun 22, 2022 · 1 comment
Closed
Milestone

Comments

@nicolamoscakumbe
Copy link

🚀 feature request

Description

in the .gpx file If the waypoint has url and urlname infos these should be supported and a link should be displayed on the screen, this can allow the user to open the link retrieving more information about this point and maybe adding some custom workflow (for example triggering a web page with more information and logic regarding the reached point)

Here an example of the xml for the wpt tag, url and urlname are part of the standard specification

Describe the solution you'd like

... <wpt lat="40" lon="10"> <name>test</name> <sym/> <desc>bla bla bla</desc> <url>https://foo.com?track=xxx</url> <urlname>click here</urlname> </wpt>...

Describe alternatives you've considered

a possible workaround could be to support these url in the desc element, but this will be out of the standard ad less useful

@vshcherb vshcherb added this to the 4.3-android milestone Jun 24, 2022
@vshcherb
Copy link
Member

It's implemented now

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

No branches or pull requests

2 participants