Difficulties with Map Thing and Unfolding (show GPX)

Unfolding has a GPXReader with very basic functionality.

Example:

I was also able to write my own custom code from the GPXReader source example and custom parse the JSON files which gave me much more flexibility.

You can also load the GPX files with loadStrings() and parse these for the data you want and plot the tracks.

Reference:
unfolding/src/de/fhpotsdam/unfolding/data/GPXReader.java at master · tillnagel/unfolding · GitHub

:)

1 Like