1
0
Fork 0
fgdata/Materials/regions/south_africa.xml
2014-01-23 11:40:40 +02:00

32 lines
800 B
XML

<?xml version="1.0"?>
<!-- General settings for all South Africa materials -->
<PropertyList>
<!-- Define South Africa as a box with given latitude/longitude -->
<condition>
<and>
<equals>
<property>sim/startup/season</property>
<value>summer</value>
</equals>
<and>
<greater-than>
<property>position/longitude-deg</property>
<value>9.0</value>
</greater-than>
<less-than>
<property>position/longitude-deg</property>
<value>36.0</value>
</less-than>
<greater-than>
<property>position/latitude-deg</property>
<value>-37.0</value>
</greater-than>
<less-than>
<property>position/latitude-deg</property>
<value>-21.0</value>
</less-than>
</and>
</and>
</condition>
</PropertyList>