gulelat / aripuca-tracker

Automatically exported from code.google.com/p/aripuca-tracker
0 stars 0 forks source link

Incorrect GPX file generated #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Thanks for the bug! I'll fix it ASAP.

Original comment by vital...@gmail.com on 19 Jan 2012 at 10:33

GoogleCodeExporter commented 8 years ago
Fixed in version 1.1.8

Original comment by vital...@gmail.com on 19 Jan 2012 at 10:37