GPX flight plan import - iFly GPS for Android - iFly EFB

iFly GPS Forum

We have a new Forum!  Go here to get started: https://adventurepilot.community.forum.  
The new forum is easier to use and much more capable than the old, we hope you will join our community! 

Below is a copy of the old forum. This will remain available for a short period so you can access and review the information contained here. To continue a conversation, or start a new one, please register and create a post at our new forum location.
HomeHomeDiscussionsDiscussionsiFly GPS for An...iFly GPS for An...GPX flight plan importGPX flight plan import
Previous
 
Next
New Post
11/19/2017 11:12 AM
 

Is there a reference/list for which of the XML elements in a GPX flight plan are used by iFly?  I'm going to write an applet to convert some of my other flight plan formats to GPX for use with iFly, but I don't want to waste my time on elemnts that iFly is going to ignore.

 
New Post
11/19/2017 1:51 PM
 
Adrian wrote:

Is there a reference/list for which of the XML elements in a GPX flight plan are used by iFly? I'm going to write an applet to convert some of my other flight plan formats to GPX for use with iFly, but I don't want to waste my time on elemnts that iFly is going to ignore.


From a quick glance at the code, I see that we only use, for "wpt" elements:
1. name
2. type
3. lat / lon

I see there is an "ele" field too, that we currently don't use. I assume that is "elevation"? We could use that, but currently don't, since we implemented our GPX importer before we supported elevations.

Brian Knox, Sr Software Engineer
 
New Post
11/19/2017 2:10 PM
 

Thanks Brian, that's what I needed.

 

Brian wrote: I see there is an "ele" field too, that we currently don't use. I assume that is "elevation"? We could use that, but currently don't, since we implemented our GPX importer before we supported elevations.

From the GPX schema, ele is "Elevation (in meters) of the point."

 
New Post
11/20/2017 7:45 AM
 

Another quick question, Brian.  What are the waypoint types that iFly is expecting?  I've tried several variations and none except 'airport' seem to be recognized.

 
New Post
11/20/2017 8:24 PM
 
Yeah, I think 'airport' is the only specialized type that we process. All other waypoints, currently, just translate to Lat/Lon.

Seems like we've got need for two upgrades here:
1. Process "ele" for Target Altitudes.
2. Process more 'types' (for fixes, navaids, etc).

Brian Knox, Sr Software Engineer
 
Previous
 
Next
HomeHomeDiscussionsDiscussionsiFly GPS for An...iFly GPS for An...GPX flight plan importGPX flight plan import