redfish64 / TinyTravelTracker

Private Android GPS tracker
GNU General Public License v3.0
135 stars 31 forks source link

GPX import #95

Open sserkez opened 5 years ago

sserkez commented 5 years ago

Could not import externally gerenated GPX with time format had to manually change all lines to Looks like an easy fix

ghost commented 4 years ago

I'm trying to unify the GPS data from my (older) photos with my current TTT gpx file. After joining all the points from the photos into one gpx file, I realized that the resulting gpx file is quite different. QGIS uses <wpt> instead of <trkpt>. Also, time format is different. Just like your example.

I tried to import the gpx to TTT, but it gives an error (couldn't read XX line).

I guess I can easily change <wpt> for <trkpt> and adjust the format for TTT, but I'll be glad to hear how did you change all lines to the "good" time format, since doing it one by one is impossible.

I don't know if it would work, but it' worth trying.

Thx ;)