Merge branch 'master' of gitorious.org:fg/fgdata
This commit is contained in:
commit
44f67c07ce
2 changed files with 21 additions and 1 deletions
|
@ -76,6 +76,26 @@
|
|||
<weather-scenario>Fair weather</weather-scenario>
|
||||
<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>
|
||||
|
|
|
@ -28,7 +28,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<read type="string"/>
|
||||
<write type="string"/>
|
||||
</validate>
|
||||
<use-custom-scenery-data type="bool">false</use-custom-scenery-data>
|
||||
<use-custom-scenery-data type="bool">true</use-custom-scenery-data>
|
||||
</paths>
|
||||
|
||||
<intl include="Translations/locale.xml"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue