Skip to content

Instantly share code, notes, and snippets.

@anttivs
Created March 23, 2013 09:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anttivs/5227123 to your computer and use it in GitHub Desktop.
Save anttivs/5227123 to your computer and use it in GitHub Desktop.
KML to GPX conversion does not export trackpoint data in gpsbabel

Problem

KML tracks from Google Tracks on Android do not convert correctly to GPX with gpsbabel. No trackpoints are output.

Reason

gpsbabel, as of version 1.4.4, does not support <gx:Track> in KML. This is a newish Google extension.

References

Solution

Save to GPX from Google Tracks. Even GPSPrune, contrary to what is stated on the OSM wiki page, above, does not seem to read the Google extension multitrack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment