[Marble] Save route as gpx track

Rainer Dorsch ml at bokomoko.de
Sun Mar 30 19:36:46 UTC 2014


Hello,

I tried to save a Marble route as gpx track. I realized that I could save only 
kml. But it seems no track information is contained in the kml, just 
placemarks, which are translated in gpx waypoints.

I.e. I did:

gpsbabel -t -i kml -o gpx -f test.kml -F test.gpx

and the gpx looks like

rd at blackbox:~/tmp.nobackup$ cat test.gpx 
<?xml version="1.0" encoding="UTF-8"?>
<gpx
 version="1.0"
creator="GPSBabel - http://www.gpsbabel.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 
http://www.topografix.com/GPX/1/0/gpx.xsd">
<time>2014-03-30T18:06:31Z</time>
<bounds minlat="48.601711820" minlon="9.103242779" maxlat="48.603052117" 
maxlon="9.104940037"/>
<wpt lat="48.603052117" lon="9.103242779">
  <name>WPT001</name>
  <cmt>WPT001</cmt>
  <desc>WPT001</desc>
</wpt>
<wpt lat="48.601711820" lon="9.104940037">
  <name>WPT002</name>
  <cmt>WPT002</cmt>
  <desc>WPT002</desc>
</wpt>
<trk>
<trkseg>
</trkseg>
</trk>
<trk>
<trkseg>
</trkseg>
</trk>
<trk>
<trkseg>
</trkseg>
</trk>
<trk>
<trkseg>
</trkseg>
</trk>
</gpx>
rd at blackbox:~/tmp.nobackup$

Not sure why the track has so many empty segments.


Is there a way to get a gpx track out of a marble route?

Many thanks,
Rainer

-- 
Rainer Dorsch
http://bokomoko.de/


More information about the Marble mailing list