draw alt-agl tape only when <1,000,000 ft (JSBSim doesn't deliver negative
values below terrain, but HUGE ones.)
This commit is contained in:
parent
10cc7817d3
commit
c3727dafa4
1 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,13 @@
|
|||
<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>
|
||||
|
||||
<tape>
|
||||
|
|
Loading…
Reference in a new issue