13,241
edits
No edit summary |
(→A technical perspective: Latitude and longitude uses decimal minutes. See http://forum.flightgear.org/viewtopic.php?p=231277#p231277) |
||
Line 301: | Line 301: | ||
AI nodes have the following parameters: | AI nodes have the following parameters: | ||
* '''index (unique, consecutively numbered id) | * '''index (unique, consecutively numbered id) | ||
* '''lat''' ( | * '''lat''' (latitude in decimal minutes format, for example <code>N50 56.988</code>) | ||
* '''lon''' ( | * '''lon''' (longitude in decimal minutes format, for example <code>W01 21.756</code>) | ||
* '''name''' (name as found on airport charts | * '''name''' (name as found on airport charts, for example <code>D23</code> or <code>C1</code>). | ||
In addition, each parking has a number of additional parameters: | In addition, each parking has a number of additional parameters: |