This file is no valid gpx standard.
Normaly a gpx file shows the trackpoints between one <trkseg> tag like this:
| Code: |
<trkseg>
<trkpt lat="51.210071" lon="9.695488">
<time>2009-08-11T17:49:58.587Z</time>
</trkpt>
<trkpt lat="51.210082" lon="9.69547">
<time>2009-08-11T17:50:01.587Z</time>
</trkpt>
</trkseg>
|
Your file have many <trkseq> tags, which i never seen before. This won`t work, cause the xml parser function from joomGPStracks search for this one <trkseq> and takes then the data from each <trkpt> inlcuded. If you wanna use such a file you have to put all <trkpt> between one <trkseq></trkseq> tag manualy and it works.
And it`s better not to use spaces in file names.