1
0
Fork 0

Add a Thermal and a Refualling scenario

This commit is contained in:
ehofman 2004-06-25 11:14:57 +00:00
parent adcdeab287
commit b68fc03f68
2 changed files with 40 additions and 0 deletions

View 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
View 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>