d97826a207
- Updated the c172p example to reflect the new properties. - Added traffic data for USAirways.
18 lines
509 B
XML
18 lines
509 B
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
************************************************************************
|
|
Some things that ATC likes to know about.
|
|
Durk Talsma Sept-17, 2011.
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
<sim>
|
|
<dimensions>
|
|
<radius-m type="double">5</radius-m>
|
|
</dimensions>
|
|
<aircraft-class type="string">ga</aircraft-class>
|
|
<aircraft-operator type="string">NONE</aircraft-operator>
|
|
</sim>
|
|
</PropertyList>
|