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
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
🚀 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
The text was updated successfully, but these errors were encountered: