ernesst / ActivityTracker

ActivityTracker app for Ubuntu
GNU General Public License v3.0
6 stars 12 forks source link

Save track name into .gpx file #36

Open Talkless opened 2 years ago

Talkless commented 2 years ago

I use ActivityTracker to record GPX track and use them to map hiking paths into OpenStreetMap maps.

Here's screenshot from (probably most advanced) OpenStreetMap editor JOSM, showing information about selected .gpx track: image It shows that .gpx file could have name and description, but it has none.

GPX schema does show that file can have "name": https://www.topografix.com/GPX/1/1/gpx.xsd

It would be useful to export names into .gpx file too, as names do already exist in ActivityTracker application. For example, I would write "Path" or "Track grade5" to mark what kind of object am I recording.

mymike00 commented 2 years ago

Yeah, this makes sense. I'll try to look into this soon