Flightplan XML formats: Difference between revisions

m
+-first section; table headings: 'Comment' → 'Remarks'
m (+- first section; cat)
m (+-first section; table headings: 'Comment' → 'Remarks')
Line 1: Line 1:
FlightGear use a few different '''flightplan XML formats''' stored in property-list xml files.  Due to having different needs the flightplans used in the route manager and AI scenarios and have different formats.
FlightGear use a few different '''flightplan XML formats''' stored in property-list xml files.  Due to different needs the flightplans used in the route manager and AI scenarios and have different formats.


== AI flightplans ==
== AI flightplans ==
Line 9: Line 9:
Each waypoint can contain the following tags:
Each waypoint can contain the following tags:
{| class="wikitable"
{| class="wikitable"
! Tag !! Type !! Use !! Comment
! Tag !! Type !! Use !! Remarks
|-
|-
| <code>&lt;name&gt;</code> || string || Waypoint name || The last waypoint use <code>EOF</code>, or if the AI model is to be deleted <code>END</code>.
| <code>&lt;name&gt;</code> || string || Waypoint name || The last waypoint use <code>EOF</code>, or if the AI model is to be deleted <code>END</code>.
Line 73: Line 73:
=== Departure and destination tags ===
=== Departure and destination tags ===
{| class="wikitable"
{| class="wikitable"
! Tag !! Type !! Use !! Comment
! Tag !! Type !! Use !! Remarks
|-
|-
| <code>&lt;airport&gt;</code> || string || The ICAO identifier of the airport ||
| <code>&lt;airport&gt;</code> || string || The ICAO identifier of the airport ||
Line 88: Line 88:
=== Waypoint types and tags ===
=== Waypoint types and tags ===
{| class="wikitable"
{| class="wikitable"
! Tag !! Type !! Use !! Comment
! Tag !! Type !! Use !! Remarks
|-
|-
| <code>&lt;type&gt;</code> || string || Type of waypoint. Either <code>runway</code>, <code>navaid</code> or <code>offset-navaid</code> ||
| <code>&lt;type&gt;</code> || string || Type of waypoint. Either <code>runway</code>, <code>navaid</code> or <code>offset-navaid</code> ||