GPX

jabb

I love flying!
Joined
Oct 28, 2013
Messages
6
this is GPX wptType example, I imported to SkyView as part of my flight plan

<rtept lat="48.766170" lon="18.586670">
      <name>Prievidza</name>
     <sym>LZPE</sym>
</rtept>

when saved by SkyView

<rtept lat="48.766109" lon="18.586666">
      <name>LZPE</name>
      <overfly>false</overfly>
</rtept>

Questions / remarks
a) why the position is changed?
b) even very descriptive, <overfly>...</overfly> is not part of GPX specification. It should be encapsulated
into <extensions>...</extensions>, or not?
 

Dynon

Dynon Staff
Staff member
Joined
Jan 14, 2013
Messages
14,231
Location
Woodinville, WA
I actually didn't know that we had the overfly tagged in there :)

a) I believe you're reaching some limits of our internal precision, but I don't have a precise perfect answer.
b) No, it doesn't need to be.
 
Top