Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
547c3a95ac
2 changed files with 1 additions and 29 deletions
|
@ -93,7 +93,7 @@
|
|||
<!--
|
||||
transfer the visibility to each layer of
|
||||
interpolation controller. We are not very creative here and
|
||||
use the same visibility for all layers but top three which
|
||||
use the same visibility for all layers but top four which
|
||||
are left untouched.
|
||||
-->
|
||||
<name>MetarController:visibility-m</name>
|
||||
|
@ -109,10 +109,6 @@
|
|||
<output>/environment/config/boundary/entry[0]/visibility-m</output>
|
||||
<output>/environment/config/boundary/entry[1]/visibility-m</output>
|
||||
<output>/environment/config/aloft/entry[0]/visibility-m</output>
|
||||
<output>/environment/config/aloft/entry[1]/visibility-m</output>
|
||||
<output>/environment/config/aloft/entry[2]/visibility-m</output>
|
||||
<output>/environment/config/aloft/entry[3]/visibility-m</output>
|
||||
<output>/environment/config/aloft/entry[4]/visibility-m</output>
|
||||
</filter>
|
||||
|
||||
<!-- split the wind vector into it's components -->
|
||||
|
|
|
@ -615,12 +615,6 @@
|
|||
<row>1</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<enable>
|
||||
<equals>
|
||||
<property>/sim/gui/dialogs/weather-scenario/state</property>
|
||||
<value type="int">1</value>
|
||||
</equals>
|
||||
</enable>
|
||||
<property>/environment/config/aloft/entry[4]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -729,12 +723,6 @@
|
|||
<row>2</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<enable>
|
||||
<equals>
|
||||
<property>/sim/gui/dialogs/weather-scenario/state</property>
|
||||
<value type="int">1</value>
|
||||
</equals>
|
||||
</enable>
|
||||
<property>/environment/config/aloft/entry[3]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -843,12 +831,6 @@
|
|||
<row>3</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<enable>
|
||||
<equals>
|
||||
<property>/sim/gui/dialogs/weather-scenario/state</property>
|
||||
<value type="int">1</value>
|
||||
</equals>
|
||||
</enable>
|
||||
<property>/environment/config/aloft/entry[2]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -957,12 +939,6 @@
|
|||
<row>4</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<enable>
|
||||
<equals>
|
||||
<property>/sim/gui/dialogs/weather-scenario/state</property>
|
||||
<value type="int">1</value>
|
||||
</equals>
|
||||
</enable>
|
||||
<property>/environment/config/aloft/entry[1]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
|
Loading…
Reference in a new issue