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

[Feature Request] Create/edit waypoint link #104

Open
jdbonjour opened this issue Jun 23, 2024 · 2 comments
Open

[Feature Request] Create/edit waypoint link #104

jdbonjour opened this issue Jun 23, 2024 · 2 comments

Comments

@jdbonjour
Copy link

It would be nice to be able, with Point>Edit point (or ), to add and edit a link/media field for a waypoint, i.e. <link href="https://...."></link>

@activityworkshop
Copy link
Owner

I think you're talking about GPX 1.1. And it's a little bit more complicated than that, it's actually potentially multiple <link href="https://example.com/"><text>example link</text></link> tags which make it a bit more difficult to handle.

With GPX version 1.0 it's different again, with <url> and <urlname>. And with Kml it's a <NetworkLink> I think but I've not seen those.

I haven't got a good solution for these yet, so I'm concentrating on support for the other tags mentioned here in the other issues, like hdop and heart rate / cadence. Currently all such link tags are simply ignored.

@jdbonjour
Copy link
Author

Ok, thanks. I wasn't aware that there were such differences between GPX versions... I only thought about <link href...>

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