[Feature Request] Create/edit waypoint link
It would be nice to be able, with Point>Edit point (or <ctrl-D>), to add and edit a link/media field for a waypoint, i.e. <link href="https://...."></link>
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.
Ok, thanks. I wasn't aware that there were such differences between GPX versions... I only thought about <link href...>