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.