> From: sebastianroc...@googlemail.com
> Date: Wed, 14 Jul 2010 17:32:17 +0200
> To: viking-devel@lists.sourceforge.net
> Subject: [Viking-devel] Viking gpx export misses tags
>
> Hello,
>
> I'm a quite new user to Viking and still exploring its features.
> It lead me to a question I could not find any clue to it yet.
>
> Why is that Viking removes any track point tags but ele(vation) and time?
> Maybe there is even an option to change this behavior?

I've just tried this with 0.9.93 (on Debian), and it works for me (barring 
number precision and trkpt name).

NB I didn't think individual trackpoints could have names. 

Full input file:

<gpx>
<trk>
<trkseg>
<trkpt lat="51.076465000" lon="10.920980000">
  <ele>154.900000</ele>
  <time>2010-07-11T11:52:56Z</time>
  <name>13:52:56 58.247 km  #2577 </name>
  <sat>9</sat>
  <hdop>0.800000</hdop>
</trkpt>
</trkseg>
</trk>
</gpx>

Export as gpx to file:

<?xml version="1.0"?>
<gpx version="1.0" creator="Viking -- http://viking.sf.net/";
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";>
<trk>
  <name>VIKING_TR0</name>
  <trkseg>
  <trkpt lat="51.076464999999999" lon="10.92098">
    <ele>154.90000000000001</ele>
    <time>2010-07-11T11:52:56Z</time>
    <sat>9</sat>
    <hdop>0.80000000000000004</hdop>
  </trkpt>
</trkseg>
</trk>
</gpx>



> The gpx snippet below shows that. I use Viking 0.9.93.
>
> By the way also the numeric values look slightly but unnecessarily changed.
>
> Thanks for your help,
> Sebastian
>

Be Seeing You - Rob.
If at first you don't succeed,
then skydiving isn't for you.

                                          
_________________________________________________________________
http://clk.atdmt.com/UKM/go/195013117/direct/01/

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/

Reply via email to