activityworkshop / GpsPrune

GpsPrune is a map-based application for viewing, editing and converting coordinate data from GPS systems.
GNU General Public License v2.0
67 stars 22 forks source link

[Feature Request] Create/edit waypoint link #104

Open jdbonjour opened 1 week ago

jdbonjour commented 1 week ago

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 commented 1 week ago

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 commented 1 week ago

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