Delete gear-agl-ft.xml

This commit is contained in:
Marsdolphin 2020-08-01 13:15:49 +08:00 committed by GitHub
parent 8fe8c88029
commit 2471ddff9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- IT-AUTOFLIGHT -->
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
<!-- Only for JSBsim aircraft, YAsim aircraft calculate this automatically -->
<PropertyList>
<filter>
<name>Gear AGL Altitude FT</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<dif>
<property>/position/altitude-agl-ft</property>
<value>15.0</value> <!-- Change this value to adjust property -->
</dif>
</expression>
</input>
<output>/position/gear-agl-ft</output>
<min>0</min>
<max>50000</max>
</filter>
</PropertyList>