1
0
Fork 0

Merge branch 'master' of gitorious.org:fg/fgdata into work

This commit is contained in:
Vivian Meazza 2011-09-28 16:39:11 +01:00
commit 22466ada61
2 changed files with 5 additions and 23 deletions

View file

@ -1,18 +0,0 @@
<?xml version="1.0"?>
<!--
************************************************************************
Some things that ATC likes to know about.
Durk Talsma Sept-17, 2011.
************************************************************************
-->
<PropertyList>
<sim>
<atc>
<acradius type="double">41</acradius>
<flight-type type="string">gate</flight-type>
<airline type="string">NONE</airline>
</atc>
</sim>
</PropertyList>

View file

@ -9,10 +9,10 @@ Durk Talsma Sept-17, 2011.
<PropertyList>
<sim>
<atc>
<acradius type="double">5</acradius>
<flight-type type="string">ga</flight-type>
<airline type="string">NONE</airline>
</atc>
<dimensions>
<radius-m type="double">5</radius-m>
</dimensions>
<aircraft-class type="string">ga</aircraft-class>
<aircraft-operator type="string">NONE</aircraft-operator>
</sim>
</PropertyList>