- 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
This commit is contained in:
parent
b89c92aea1
commit
399436bb3e
6 changed files with 41 additions and 39 deletions
|
@ -3,8 +3,8 @@
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<label>
|
<label>
|
||||||
<name>G Load</name>
|
<name>G Load</name>
|
||||||
<width>1</width>
|
<width>28</width>
|
||||||
<height>1</height>
|
<height>12</height>
|
||||||
|
|
||||||
<format>%4.2f g</format>
|
<format>%4.2f g</format>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<divisions>10.0</divisions>
|
<divisions>10.0</divisions>
|
||||||
<screen-hole>70</screen-hole>
|
<screen-hole>70</screen-hole>
|
||||||
<lbl-pos>0</lbl-pos>
|
<lbl-pos>0</lbl-pos>
|
||||||
|
<glide-slope>0.0</glide-slope>
|
||||||
<enable-fuselage-ref-line>false</enable-fuselage-ref-line>
|
<enable-fuselage-ref-line>false</enable-fuselage-ref-line>
|
||||||
<enable-target-spot>true</enable-target-spot>
|
<enable-target-spot>true</enable-target-spot>
|
||||||
<enable-velocity-vector>false</enable-velocity-vector>
|
<enable-velocity-vector>false</enable-velocity-vector>
|
||||||
|
@ -30,8 +31,10 @@
|
||||||
<enable-energy-marker>false</enable-energy-marker>
|
<enable-energy-marker>false</enable-energy-marker>
|
||||||
<enable-climb-dive-marker>false</enable-climb-dive-marker>
|
<enable-climb-dive-marker>false</enable-climb-dive-marker>
|
||||||
<enable-glide-slope-marker>false</enable-glide-slope-marker>
|
<enable-glide-slope-marker>false</enable-glide-slope-marker>
|
||||||
<glide-slope>0.0</glide-slope>
|
|
||||||
<enable-energy-worm>false</enable-energy-worm>
|
<enable-energy-worm>false</enable-energy-worm>
|
||||||
<enable-waypoint-marker>false</enable-waypoint-marker>
|
<enable-waypoint-marker>false</enable-waypoint-marker>
|
||||||
|
<enable-zenith>true</enable-zenith>
|
||||||
|
<enable-nadir>true</enable-nadir>
|
||||||
|
<enable-hat>false</enable-hat>
|
||||||
</ladder>
|
</ladder>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
<label>
|
<label>
|
||||||
<name>Latitude</name>
|
<name>Latitude</name>
|
||||||
<width>1</width>
|
<width>1</width>
|
||||||
<height>10</height>
|
<height>1</height>
|
||||||
|
|
||||||
<halign>left</halign>
|
<halign>center</halign>
|
||||||
<input>
|
<input>
|
||||||
<property>/position/latitude-string</property>
|
<property>/position/latitude-string</property>
|
||||||
</input>
|
</input>
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
<label>
|
<label>
|
||||||
<name>Longitude</name>
|
<name>Longitude</name>
|
||||||
<width>1</width>
|
<width>1</width>
|
||||||
<height>10</height>
|
<height>1</height>
|
||||||
|
|
||||||
<halign>left</halign>
|
<halign>center</halign>
|
||||||
<input>
|
<input>
|
||||||
<property>/position/longitude-string</property>
|
<property>/position/longitude-string</property>
|
||||||
</input>
|
</input>
|
||||||
|
|
|
@ -3,10 +3,40 @@
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<import>
|
<import>
|
||||||
<path>Huds/Instruments/gload.xml</path>
|
<path>Huds/Instruments/gload.xml</path>
|
||||||
<x-offset>-243</x-offset>
|
<x-offset>-277</x-offset>
|
||||||
<y-offset>105</y-offset>
|
<y-offset>105</y-offset>
|
||||||
</import>
|
</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>
|
<tape>
|
||||||
<name>AMSL</name>
|
<name>AMSL</name>
|
||||||
<x>245</x>
|
<x>245</x>
|
||||||
|
@ -75,34 +105,4 @@
|
||||||
</less-than>
|
</less-than>
|
||||||
</condition>
|
</condition>
|
||||||
</tape>
|
</tape>
|
||||||
|
|
||||||
<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>
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -179,7 +179,6 @@
|
||||||
</input>
|
</input>
|
||||||
<format>%04.0f</format>
|
<format>%04.0f</format>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<modulo>360</modulo>
|
|
||||||
</label>
|
</label>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue