- Removed the 777-200ER startup helper script (no longer necessary; the 777 now has these parameters in it's own -set.xml file).
- Updated the c172p example to reflect the new properties. - Added traffic data for USAirways.
This commit is contained in:
parent
54291d2414
commit
d97826a207
2 changed files with 5 additions and 23 deletions
|
@ -1,18 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
************************************************************************
|
|
||||||
Some things that ATC likes to know about.
|
|
||||||
Durk Talsma Sept-17, 2011.
|
|
||||||
************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<PropertyList>
|
|
||||||
<sim>
|
|
||||||
<atc>
|
|
||||||
<acradius type="double">41</acradius>
|
|
||||||
<flight-type type="string">gate</flight-type>
|
|
||||||
<airline type="string">NONE</airline>
|
|
||||||
</atc>
|
|
||||||
</sim>
|
|
||||||
</PropertyList>
|
|
|
@ -9,10 +9,10 @@ Durk Talsma Sept-17, 2011.
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<sim>
|
<sim>
|
||||||
<atc>
|
<dimensions>
|
||||||
<acradius type="double">5</acradius>
|
<radius-m type="double">5</radius-m>
|
||||||
<flight-type type="string">ga</flight-type>
|
</dimensions>
|
||||||
<airline type="string">NONE</airline>
|
<aircraft-class type="string">ga</aircraft-class>
|
||||||
</atc>
|
<aircraft-operator type="string">NONE</aircraft-operator>
|
||||||
</sim>
|
</sim>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
Loading…
Reference in a new issue