Instruments/*.xml ... single components, like the gload display Sets/*.xml ... combinations of components There's no difference in filetypes between "sets" and "instruments". It's just easier to find things that way. Note that new and old files are never mixed in one dir.
19 lines
450 B
XML
19 lines
450 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
<runway>
|
|
<name>Runway</name>
|
|
<x>-240</x>
|
|
<y>-180</y>
|
|
<width>480</width>
|
|
<height>360</height>
|
|
|
|
<scale-dist-nm>5</scale-dist-nm>
|
|
<line-scale>5.0</line-scale>
|
|
<arrow-always>false</arrow-always>
|
|
<arrow-scale>1.0</arrow-scale>
|
|
<arrow-radius>50.0</arrow-radius>
|
|
<outer-stipple>-1</outer-stipple> <!-- 0xffff -->
|
|
<center-stipple>64250</center-stipple> <!-- 0xfafa-->
|
|
</runway>
|
|
</PropertyList>
|