gpslogger icon indicating copy to clipboard operation
gpslogger copied to clipboard

Add 'name' to 'trk' tags in GPX

Open AigarsABCD opened this issue 4 years ago • 1 comments

Hello. When logging to GPX, at the moment gpslogger does not add <name> tag to <trk>. This causes some issues with the software that I use to read GPX files. Would it be possible to add this tag? It could be the same as the file name for example.

The result would look something like this

<?xml version="1.0" encoding="UTF-8" ?> <gpx version="1.0" ...> <trk> <name>20200108</name> <trkseg><trkpt ...>...</trkpt></trkseg> </trk> </gpx>

AigarsABCD avatar Jan 08 '20 12:01 AigarsABCD

although optional per spec, this won't hurt

KOTRET avatar Jan 14 '20 18:01 KOTRET

v127 is on F-Droid and the Releases section.

mendhak avatar May 27 '23 19:05 mendhak