Hi,
When I export a recorded track to GPX, the file format is corrupt.
Sample (with random coordinates *g*):
The exported file reads
<trkpt value01="32.88116180896759" value02="5.511185646057129">
but it has to read
<trkpt lat="32.88116180896759" lon="5.511185646057129">
Replacing all "value01" with "lat" and all "value02" with "lon", then the file is fine and imports well to OSM and similar.
grr, I did some variable name refractoring and eclipse switched all lat and lon as well as in text!!
sorry for that, hope that this is last problem with import/export!
thanks!
Shit happens ;) Thank you for your lightning fast replies!