1
0
Fork 0
fgdata/Huds/Sets/parameters.xml
mfranz 399436bb3e - finally center lon/lat correctly (I did it wrongly before, because that
was the style of the old HUD, and it should be fully-compatible ...)
- remove erroneous <modulo> from f16.xml. This isn't even read there.
- enable nadir and zenith (they are just too pretty to ignore them :-)
- various tweaks
2006-07-24 16:12:47 +00:00

108 lines
2.6 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<import>
<path>Huds/Instruments/gload.xml</path>
<x-offset>-277</x-offset>
<y-offset>105</y-offset>
</import>
<tape>
<name>KIAS</name>
<x>-280</x>
<y>-100</y>
<width>28</width>
<height>200</height>
<option>right</option>
<option>vertical</option>
<major-divisions>10</major-divisions>
<minor-divisions>5</minor-divisions>
<display-span>50.0</display-span>
<tick-bottom>true</tick-bottom>
<tick-top>true</tick-top>
<tick-right>false</tick-right>
<tick-left>false</tick-left>
<cap-bottom>false</cap-bottom>
<cap-top>false</cap-top>
<cap-right>false</cap-right>
<cap-left>true</cap-left>
<marker-offset>0.0</marker-offset>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
<tick-type>line</tick-type>
<tick-length>variable</tick-length>
<input>
<property>/velocities/airspeed-kt</property>
<min>0.0</min>
</input>
</tape>
<tape>
<name>AMSL</name>
<x>245</x>
<y>-100</y>
<width>35</width>
<height>200</height>
<option>left</option>
<option>vertical</option>
<major-divisions>100</major-divisions>
<minor-divisions>25</minor-divisions>
<display-span>250.0</display-span>
<tick-bottom>true</tick-bottom>
<tick-top>true</tick-top>
<tick-right>false</tick-right>
<tick-left>false</tick-left>
<cap-bottom>false</cap-bottom>
<cap-top>false</cap-top>
<cap-right>true</cap-right>
<cap-left>false</cap-left>
<marker-offset>0.0</marker-offset>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
<tick-type>line</tick-type>
<tick-length>variable</tick-length>
<input>
<property>/position/altitude-ft</property>
</input>
</tape>
<tape>
<name>RadioAltimeter</name>
<x>118</x>
<y>-75</y>
<width>25</width>
<height>150</height>
<option>left</option>
<option>vertical</option>
<major-divisions>25</major-divisions>
<minor-divisions>5</minor-divisions>
<display-span>200.0</display-span>
<tick-bottom>true</tick-bottom>
<tick-top>true</tick-top>
<tick-right>false</tick-right>
<tick-left>false</tick-left>
<cap-bottom>false</cap-bottom>
<cap-top>false</cap-top>
<cap-right>true</cap-right>
<cap-left>false</cap-left>
<marker-offset>0.0</marker-offset>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
<tick-type>line</tick-type>
<tick-length>variable</tick-length>
<input>
<property>/position/altitude-agl-ft</property>
<min>0.0</min>
</input>
<condition>
<less-than>
<property>/position/altitude-agl-ft</property>
<value>1000000</value>
</less-than>
</condition>
</tape>
</PropertyList>