Subtle adjustments to the speed and altitude tapes/labels to make them more
MIL-STD conformant.
This commit is contained in:
parent
786df24404
commit
64a340e61e
1 changed files with 40 additions and 27 deletions
|
@ -46,23 +46,24 @@
|
||||||
|
|
||||||
<tape>
|
<tape>
|
||||||
<name>Gyrocompass</name>
|
<name>Gyrocompass</name>
|
||||||
|
<input>
|
||||||
|
<property>/orientation/heading-deg</property>
|
||||||
|
<factor>0.1</factor>
|
||||||
|
</input>
|
||||||
|
|
||||||
<x>-100</x>
|
<x>-100</x>
|
||||||
<y>170</y>
|
<y>170</y>
|
||||||
<width>200</width>
|
<width>200</width>
|
||||||
<height>28</height>
|
<height>28</height>
|
||||||
|
|
||||||
<input>
|
<display-span>4.0</display-span>
|
||||||
<property>/orientation/heading-deg</property>
|
<modulo>36</modulo>
|
||||||
</input>
|
|
||||||
|
|
||||||
<display-span>40.0</display-span>
|
|
||||||
<modulo>360</modulo>
|
|
||||||
|
|
||||||
<option>top</option>
|
<option>top</option>
|
||||||
<label-gap-width>25</label-gap-width>
|
<label-gap-width>22</label-gap-width>
|
||||||
|
|
||||||
<major-divisions>10</major-divisions>
|
<major-divisions>1</major-divisions>
|
||||||
<minor-divisions>5</minor-divisions>
|
<minor-divisions>0.5</minor-divisions>
|
||||||
<tick-bottom>false</tick-bottom>
|
<tick-bottom>false</tick-bottom>
|
||||||
<tick-top>false</tick-top>
|
<tick-top>false</tick-top>
|
||||||
<tick-right>false</tick-right>
|
<tick-right>false</tick-right>
|
||||||
|
@ -96,12 +97,22 @@
|
||||||
|
|
||||||
<tape>
|
<tape>
|
||||||
<name>Altitude MSL</name>
|
<name>Altitude MSL</name>
|
||||||
|
|
||||||
|
<input>
|
||||||
|
<property>/position/altitude-ft</property>
|
||||||
|
<min>-0.5</min>
|
||||||
|
<factor>0.001</factor>
|
||||||
|
</input>
|
||||||
|
|
||||||
<x>180</x>
|
<x>180</x>
|
||||||
<y>-100</y>
|
<y>-100</y>
|
||||||
<width>35</width>
|
<width>35</width>
|
||||||
<height>200</height>
|
<height>202</height>
|
||||||
|
|
||||||
<option>right</option>
|
<option>right</option>
|
||||||
<option>vertical</option>
|
<option>vertical</option>
|
||||||
|
<label-gap-width>11</label-gap-width>
|
||||||
|
|
||||||
<major-divisions>1.0</major-divisions>
|
<major-divisions>1.0</major-divisions>
|
||||||
<minor-divisions>0.1</minor-divisions>
|
<minor-divisions>0.1</minor-divisions>
|
||||||
<display-span>2.5</display-span>
|
<display-span>2.5</display-span>
|
||||||
|
@ -114,28 +125,24 @@
|
||||||
<cap-right>false</cap-right>
|
<cap-right>false</cap-right>
|
||||||
<cap-left>false</cap-left>
|
<cap-left>false</cap-left>
|
||||||
<marker-offset>0.0</marker-offset>
|
<marker-offset>0.0</marker-offset>
|
||||||
<enable-pointer>true</enable-pointer>
|
<enable-pointer>false</enable-pointer>
|
||||||
<pointer-type>fixed</pointer-type>
|
<pointer-type>fixed</pointer-type>
|
||||||
<tick-type>line</tick-type>
|
<tick-type>line</tick-type>
|
||||||
<tick-length>variable</tick-length>
|
<tick-length>variable</tick-length>
|
||||||
<input>
|
|
||||||
<property>/position/altitude-ft</property>
|
|
||||||
<factor>0.001</factor>
|
|
||||||
</input>
|
|
||||||
</tape>
|
</tape>
|
||||||
|
|
||||||
<label>
|
<label>
|
||||||
<name>Altitude</name>
|
<name>Altitude</name>
|
||||||
<width>28</width>
|
<width>28</width>
|
||||||
<height>10</height>
|
<height>10</height>
|
||||||
<x>212</x>
|
<x>197</x>
|
||||||
<y>-5</y>
|
<y>-5</y>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<format>%.0f0</format>
|
<format>%.0f0</format>
|
||||||
<box>true</box>
|
<box>true</box>
|
||||||
<option>left</option>
|
<option>left</option>
|
||||||
<pointer-width>10</pointer-width>
|
<pointer-width>10</pointer-width>
|
||||||
<pointer-length>9</pointer-length>
|
<pointer-length>5</pointer-length>
|
||||||
<input>
|
<input>
|
||||||
<property>/position/altitude-ft</property>
|
<property>/position/altitude-ft</property>
|
||||||
<factor>0.1</factor>
|
<factor>0.1</factor>
|
||||||
|
@ -144,15 +151,25 @@
|
||||||
|
|
||||||
<tape>
|
<tape>
|
||||||
<name>KIAS</name>
|
<name>KIAS</name>
|
||||||
|
|
||||||
|
<input>
|
||||||
|
<property>/velocities/airspeed-kt</property>
|
||||||
|
<min>0.0</min>
|
||||||
|
<factor>0.1</factor>
|
||||||
|
</input>
|
||||||
|
|
||||||
<x>-180</x>
|
<x>-180</x>
|
||||||
<y>-100</y>
|
<y>-100</y>
|
||||||
<width>28</width>
|
<width>28</width>
|
||||||
<height>200</height>
|
<height>200</height>
|
||||||
|
|
||||||
<option>left</option>
|
<option>left</option>
|
||||||
<option>vertical</option>
|
<option>vertical</option>
|
||||||
<major-divisions>10</major-divisions>
|
<label-gap-width>11</label-gap-width>
|
||||||
<minor-divisions>5</minor-divisions>
|
|
||||||
<display-span>50.0</display-span>
|
<major-divisions>5</major-divisions>
|
||||||
|
<minor-divisions>1</minor-divisions>
|
||||||
|
<display-span>20.0</display-span>
|
||||||
<tick-bottom>false</tick-bottom>
|
<tick-bottom>false</tick-bottom>
|
||||||
<tick-top>false</tick-top>
|
<tick-top>false</tick-top>
|
||||||
<tick-right>false</tick-right>
|
<tick-right>false</tick-right>
|
||||||
|
@ -162,28 +179,24 @@
|
||||||
<cap-right>false</cap-right>
|
<cap-right>false</cap-right>
|
||||||
<cap-left>false</cap-left>
|
<cap-left>false</cap-left>
|
||||||
<marker-offset>0.0</marker-offset>
|
<marker-offset>0.0</marker-offset>
|
||||||
<enable-pointer>true</enable-pointer>
|
<enable-pointer>false</enable-pointer>
|
||||||
<pointer-type>fixed</pointer-type>
|
<pointer-type>fixed</pointer-type>
|
||||||
<tick-type>line</tick-type>
|
<tick-type>line</tick-type>
|
||||||
<tick-length>variable</tick-length>
|
<tick-length>variable</tick-length>
|
||||||
<input>
|
|
||||||
<property>/velocities/airspeed-kt</property>
|
|
||||||
<min>0.0</min>
|
|
||||||
</input>
|
|
||||||
</tape>
|
</tape>
|
||||||
|
|
||||||
<label>
|
<label>
|
||||||
<name>Speed</name>
|
<name>Speed</name>
|
||||||
<width>23</width>
|
<width>23</width>
|
||||||
<height>10</height>
|
<height>10</height>
|
||||||
<x>-210</x>
|
<x>-189</x>
|
||||||
<y>-5</y>
|
<y>-5</y>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
<format>%.0f</format>
|
<format>%.0f</format>
|
||||||
<box>true</box>
|
<box>true</box>
|
||||||
<option>right</option>
|
<option>right</option>
|
||||||
<pointer-width>10</pointer-width>
|
<pointer-width>10</pointer-width>
|
||||||
<pointer-length>9</pointer-length>
|
<pointer-length>5</pointer-length>
|
||||||
<input>
|
<input>
|
||||||
<property>/velocities/airspeed-kt</property>
|
<property>/velocities/airspeed-kt</property>
|
||||||
</input>
|
</input>
|
||||||
|
|
Loading…
Reference in a new issue