Add a Thermal and a Refualling scenario
This commit is contained in:
parent
adcdeab287
commit
b68fc03f68
2 changed files with 40 additions and 0 deletions
22
Data/AI/refueling_demo.xml
Normal file
22
Data/AI/refueling_demo.xml
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<scenario>
|
||||
|
||||
<entry>
|
||||
<callsign>Esso 1</callsign>
|
||||
<type>aircraft</type>
|
||||
<class>tanker</class>
|
||||
<model>Aircraft/737/Models/boeing733.xml</model>
|
||||
<latitude>37.61633</latitude>
|
||||
<longitude>-122.38334</longitude>
|
||||
<altitude>3000</altitude>
|
||||
<heading>020</heading>
|
||||
<speed>280</speed>
|
||||
<roll>-15</roll>
|
||||
</entry>
|
||||
|
||||
</scenario>
|
||||
|
||||
</PropertyList>
|
18
Data/AI/thermal_demo.xml
Normal file
18
Data/AI/thermal_demo.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<scenario>
|
||||
|
||||
<entry>
|
||||
<!-- puts a thermal over the control tower at KSFO -->
|
||||
<type>thermal</type>
|
||||
<latitude>37.61633</latitude>
|
||||
<longitude>-122.38334</longitude>
|
||||
<strength-fps>8.33</strength-fps>
|
||||
<diameter-ft>4000.0</diameter-ft>
|
||||
</entry>
|
||||
|
||||
</scenario>
|
||||
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue