1
0
Fork 0

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

This commit is contained in:
Frederic Bouvier 2010-12-11 19:52:12 +01:00
commit 44f67c07ce
2 changed files with 21 additions and 1 deletions

View file

@ -76,6 +76,26 @@
<weather-scenario>Fair weather</weather-scenario> <weather-scenario>Fair weather</weather-scenario>
<config> <config>
<!-- definitions for the metar generated fog/mist/haze layer -->
<fog-mist-haze-layer>
<offset-from-station-elevation-ft>-200</offset-from-station-elevation-ft>
<visibility-above-layer-m>20000</visibility-above-layer-m>
<fog-thickness-ft>500</fog-thickness-ft>
<fog-2dlayer-alpha>0.6</fog-2dlayer-alpha>
<fog-2dlayer-coverage>broken</fog-2dlayer-coverage>
<fog-bc-2dlayer-coverage>scattered</fog-bc-2dlayer-coverage>
<fog-shallow-thickness-ft>30</fog-shallow-thickness-ft>
<mist-thickness-ft>2000</mist-thickness-ft>
<mist-2dlayer-alpha>0.8</mist-2dlayer-alpha>
<mist-2dlayer-coverage>overcast</mist-2dlayer-coverage>
<haze-thickness-ft>2000</haze-thickness-ft>
<haze-2dlayer-alpha>0.6</haze-2dlayer-alpha>
<haze-2dlayer-coverage>overcast</haze-2dlayer-coverage>
</fog-mist-haze-layer>
<boundary-transition-ft>500</boundary-transition-ft> <boundary-transition-ft>500</boundary-transition-ft>
<boundary> <boundary>

View file

@ -28,7 +28,7 @@ Started September 2000 by David Megginson, david@megginson.com
<read type="string"/> <read type="string"/>
<write type="string"/> <write type="string"/>
</validate> </validate>
<use-custom-scenery-data type="bool">false</use-custom-scenery-data> <use-custom-scenery-data type="bool">true</use-custom-scenery-data>
</paths> </paths>
<intl include="Translations/locale.xml"/> <intl include="Translations/locale.xml"/>