GpsPrune icon indicating copy to clipboard operation
GpsPrune copied to clipboard

[Feature Request] Create/edit waypoint link

Open jdbonjour opened this issue 1 year ago • 2 comments

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>

jdbonjour avatar Jun 23 '24 13:06 jdbonjour

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.

activityworkshop avatar Jun 23 '24 16:06 activityworkshop

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

jdbonjour avatar Jun 24 '24 08:06 jdbonjour