10' minor tics, 100' major ticks < 500' AGL.
100' minor tics, 500' major ticks >= 500' AGL.
This commit is contained in:
parent
80719af4ed
commit
4e8f9d4a02
1 changed files with 61 additions and 4 deletions
|
@ -96,7 +96,14 @@
|
|||
</label>
|
||||
|
||||
<tape>
|
||||
<name>Altitude MSL</name>
|
||||
<name>Altitude MSL less than 500 ft</name>
|
||||
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>/position/altitude-agl-ft</property>
|
||||
<value>500.0</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
|
||||
<input>
|
||||
<property>/position/altitude-ft</property>
|
||||
|
@ -113,9 +120,11 @@
|
|||
<option>vertical</option>
|
||||
<label-gap-width>11</label-gap-width>
|
||||
|
||||
<major-divisions>1.0</major-divisions>
|
||||
<minor-divisions>0.1</minor-divisions>
|
||||
<display-span>2.5</display-span>
|
||||
<major-divisions>0.1</major-divisions>
|
||||
<minor-divisions>0.02</minor-divisions>
|
||||
<display-span>0.4</display-span>
|
||||
<format>%0.1f</format>
|
||||
|
||||
<tick-bottom>false</tick-bottom>
|
||||
<tick-top>false</tick-top>
|
||||
<tick-right>false</tick-right>
|
||||
|
@ -129,6 +138,54 @@
|
|||
<pointer-type>fixed</pointer-type>
|
||||
<tick-type>line</tick-type>
|
||||
<tick-length>variable</tick-length>
|
||||
|
||||
</tape>
|
||||
|
||||
<tape>
|
||||
<name>Altitude MSL greater-than-or-equal-to 500 ft</name>
|
||||
|
||||
<condition>
|
||||
<greater-than-equals>
|
||||
<property>/position/altitude-agl-ft</property>
|
||||
<value>500.0</value>
|
||||
</greater-than-equals>
|
||||
</condition>
|
||||
|
||||
<input>
|
||||
<property>/position/altitude-ft</property>
|
||||
<min>-0.5</min>
|
||||
<factor>0.001</factor>
|
||||
<format>%0.1f</format>
|
||||
</input>
|
||||
|
||||
<x>180</x>
|
||||
<y>-100</y>
|
||||
<width>35</width>
|
||||
<height>202</height>
|
||||
|
||||
<option>right</option>
|
||||
<option>vertical</option>
|
||||
<label-gap-width>11</label-gap-width>
|
||||
|
||||
<major-divisions>0.5</major-divisions>
|
||||
<minor-divisions>0.1</minor-divisions>
|
||||
<display-span>2.5</display-span>
|
||||
<format>%0.1f</format>
|
||||
|
||||
<tick-bottom>false</tick-bottom>
|
||||
<tick-top>false</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>false</cap-left>
|
||||
<marker-offset>0.0</marker-offset>
|
||||
<enable-pointer>false</enable-pointer>
|
||||
<pointer-type>fixed</pointer-type>
|
||||
<tick-type>line</tick-type>
|
||||
<tick-length>variable</tick-length>
|
||||
|
||||
</tape>
|
||||
|
||||
<label>
|
||||
|
|
Loading…
Add table
Reference in a new issue