GlobalWeather dialog: cosmetic changes and a bug fix
- Don't refer to the obsolete Weather Conditions and Clouds dialogs - Nasal based rebuild of the cloud layers are no longer required this way
This commit is contained in:
parent
c6072c9c76
commit
66f3f67f37
2 changed files with 4 additions and 22 deletions
|
@ -19,11 +19,13 @@
|
||||||
<weather-scenarios>
|
<weather-scenarios>
|
||||||
<scenario>
|
<scenario>
|
||||||
<name>Disabled</name>
|
<name>Disabled</name>
|
||||||
<description>METAR weather generation is disabled. Use 'Weather Conditions' and 'Clouds' dialogs to setup your weather.</description>
|
<description>METAR weather generation is disabled. Use the above controls to setup your weather.</description>
|
||||||
</scenario>
|
</scenario>
|
||||||
<scenario>
|
<scenario>
|
||||||
<name>Live data</name>
|
<name>Live data</name>
|
||||||
<description>Fetch live weather data for your nearest airport from noaa.gov. You need a working internet connection.</description>
|
<description>Fetch live weather data for your nearest airport from noaa.gov. You need a working internet connection.
|
||||||
|
All the controls in this dialog are computed automatically, once a valid METAR is received.
|
||||||
|
</description>
|
||||||
</scenario>
|
</scenario>
|
||||||
<scenario>
|
<scenario>
|
||||||
<name>Manual input</name>
|
<name>Manual input</name>
|
||||||
|
|
|
@ -113,10 +113,6 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>rebuild()</script>
|
|
||||||
</binding>
|
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
@ -157,10 +153,6 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>rebuild()</script>
|
|
||||||
</binding>
|
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
@ -201,10 +193,6 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>rebuild()</script>
|
|
||||||
</binding>
|
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
@ -245,10 +233,6 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>rebuild()</script>
|
|
||||||
</binding>
|
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
@ -290,10 +274,6 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>rebuild()</script>
|
|
||||||
</binding>
|
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
|
|
Loading…
Reference in a new issue