What steps will reproduce the problem?
1. Record a track
2. Export to GPX
What is the expected output? What do you see instead?
Expected correct file, but got bad formatted xml file.
There is no closing "number" tag in "extensions" section.
Is:
***
<extensions>
<number>34<number>
***
Should be:
***
<extensions>
<number>34</number>
***
What version of the product are you using? On what operating system?
Android 2.2.1
Aripuca Tracker 1.1.6
Original issue reported on code.google.com by dskapus...@gmail.com on 13 Jan 2012 at 11:11
Original issue reported on code.google.com by
dskapus...@gmail.com
on 13 Jan 2012 at 11:11