View Single Post
Posts: 915 | Thanked: 3,209 times | Joined on Jan 2011 @ Germany
#3
Originally Posted by Halftux View Post
I don't know marble but the gpx file "berlin_hbf_txl_marble_export.gpx" looks ok also in gpxsee it loads ok. Maybe something wrong with the marble parsing.
I guess you're right.
Loading it in QLandkarteGT worked fine.

Originally Posted by Halftux View Post
Try to import it without the route part (list of waypoints) and see if you can see the track in marble.

So delete:
Code:
<rte> .... </rte>
and everything in between.

When this is also not working then try to delete following two lines:
Code:
    <trkseg>
    </trkseg>
and try to fix the indent.
I tried all three steps (rte, trkseg, indent), adding one after another, but stil, nothing showed up in Marble.
The final file also didn't show anything in QLandkarteGT.

Originally Posted by Halftux View Post
For the other file berlin_hbf_txl_gpsbabel.gpx the first tracksegment has no elevation value and has a short closing of the trackpoint which could maybe lead to a parsing error in Marble.

Also in gpxsee it looks funny and different to compare to the other gpx file, because there are so many tracks. Looks like that different segments are now tracks.
It also looks funny in QLandkarteGT. I'm not familiar with this program, but the track is made up of several colorful pieces, which could indicate, that it's indeed seen as multiple tracks. It gets more colorful towards the end though.

So, as a preliminary verdict, you'd say the original Marble GPX export is ok?