Locus Map - forum

Support => Troubles & Questions => Topic started by: Windseeker on February 03, 2011, 15:04:21

Title: Locus 0.9.10: Export Tracks result in corrupted syntax
Post by: Windseeker on February 03, 2011, 15:04:21
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.
Title: Re: Locus 0.9.10: Export Tracks result in corrupted syntax
Post by: Menion on February 03, 2011, 15:28:49
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!
Title: Re: Locus 0.9.10: Export Tracks result in corrupted syntax
Post by: Windseeker on February 03, 2011, 16:28:54
Shit happens ;) Thank you for your lightning fast replies!