1
0
Fork 0
fgdata/AI/Airports/LEPA/rwyuse.xml
2015-03-07 22:11:00 +01:00

17 lines
No EOL
468 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<rwyuse> <!-- Times are in UTC -->
<com> <!-- Commercial Traffic-->
<wind tail="10" cross="20"/>
<time start="00:00" end="24:00" schedule="day"/>
</com>
<gen> <!-- General Aviation -->
<wind tail="10" cross="20"/>
<time start="7:00" end="19:00" schedule="day"/>
</gen>
<!-- commercial schedule -->
<schedule name="day">
<takeoff>24R, 06R</takeoff>
<landing>24L, 06L</landing>
</schedule>
</rwyuse>