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