![]() |
2018-11-07
, 19:44
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#2
|
If I import that GPX file in Marble, I see the waypoints, but no actual track or routing info.
<rte> .... </rte>
<trkseg> </trkseg>
The Following User Says Thank You to Halftux For This Useful Post: | ||
![]() |
2018-11-07
, 20:26
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#3
|
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.
Try to import it without the route part (list of waypoints) and see if you can see the track in marble.
So delete:
and everything in between.Code:<rte> .... </rte>
When this is also not working then try to delete following two lines:
and try to fix the indent.Code:<trkseg> </trkseg>
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.
![]() |
2018-11-07
, 22:31
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#4
|
So, as a preliminary verdict, you'd say the original Marble GPX export is ok?
The Following User Says Thank You to Halftux For This Useful Post: | ||
this is from my desktop computer, running Debian Stretch with Marble 2.0.3, but at least here at maemo.org I know, we have Marble experts.
I've created a track in Marble, saved it in KML format, and can load this track succesfully in another Marble instance. So far, so good.
Now I want to share this track with some friends, and I guess they will prefer GPX. So I exported the track directly from Marble into GPX.
Because I see no obvious way to import a GPX track, I opened it in Marble from a file browser. A new Marble instance starts but there is no sign of the track anywhere.
My second attempt was to export the KML track via gpsbabel (1.5.3, also from Debian Stretch) into GPX, as described in [1]:
I've attached an example track from Berlin main station to Tegel airport, that's not my actual route, but it shows the problem.
[1] https://userbase.kde.org/Marble/Trac...verting_Tracks
Btw1: the command in the KDE wiki has a typo, the -F for the output actually needs to be upper case.
Btw2: Why would I have to be in some "developer's group", to create threads in the software section?