Unification of Weather UI.
This commit is contained in:
parent
9be134b34d
commit
ed068bef82
4 changed files with 1042 additions and 2576 deletions
|
@ -17,25 +17,24 @@
|
||||||
-->
|
-->
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<weather-scenarios>
|
<weather-scenarios>
|
||||||
<scenario>
|
|
||||||
<name type="string">Disabled</name>
|
|
||||||
<description type="string">METAR weather generation is disabled. Use the above controls to setup your weather.</description>
|
|
||||||
</scenario>
|
|
||||||
<scenario>
|
<scenario>
|
||||||
<name type="string">Live data</name>
|
<name type="string">Live data</name>
|
||||||
<description type="string">
|
<description type="string">
|
||||||
Fetch live weather data for your nearest airport from noaa.gov. You need a working internet connection.
|
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.
|
All the controls in this dialog are computed automatically, once a valid METAR is received.
|
||||||
</description>
|
</description>
|
||||||
|
<tile>live</tile>
|
||||||
</scenario>
|
</scenario>
|
||||||
<scenario>
|
<scenario>
|
||||||
<name type="string">Manual input</name>
|
<name type="string">Manual input</name>
|
||||||
<description type="string">Enter your favorite METAR weather in the textbox below. A valid METAR syntax is required.</description>
|
<description type="string">Enter your favorite METAR weather in the textbox above. A valid METAR syntax is required.</description>
|
||||||
|
<tile>manual</tile>
|
||||||
</scenario>
|
</scenario>
|
||||||
<scenario>
|
<scenario>
|
||||||
<name type="string">Fair weather</name>
|
<name type="string">Fair weather</name>
|
||||||
<metar type="string">XXXX 012345Z 15003KT 12SM SCT041 FEW200 20/08 Q1015 NOSIG</metar>
|
<metar type="string">XXXX 012345Z 15003KT 12SM SCT041 FEW200 20/08 Q1015 NOSIG</metar>
|
||||||
<description type="string">A lovely day for trip to your favorite 100$ hamburger airfield</description>
|
<description type="string">A lovely day for trip to your favorite 100$ hamburger airfield</description>
|
||||||
|
<tile>High-pressure-core</tile>
|
||||||
</scenario>
|
</scenario>
|
||||||
<scenario>
|
<scenario>
|
||||||
<name type="string">Thunderstorm</name>
|
<name type="string">Thunderstorm</name>
|
||||||
|
@ -45,6 +44,7 @@
|
||||||
Be prepared for reduction of visibility in showers and strong gusts
|
Be prepared for reduction of visibility in showers and strong gusts
|
||||||
near thunderstorms
|
near thunderstorms
|
||||||
</description>
|
</description>
|
||||||
|
<tile>Thunderstorms</tile>
|
||||||
</scenario>
|
</scenario>
|
||||||
<scenario>
|
<scenario>
|
||||||
<name type="string">Stormy Monday</name>
|
<name type="string">Stormy Monday</name>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -276,19 +276,9 @@
|
||||||
<item>
|
<item>
|
||||||
<name>global-weather</name>
|
<name>global-weather</name>
|
||||||
<binding>
|
<binding>
|
||||||
<condition>
|
|
||||||
<not><property>/nasal/local_weather/enabled</property></not>
|
|
||||||
</condition>
|
|
||||||
<command>dialog-show</command>
|
<command>dialog-show</command>
|
||||||
<dialog-name>weather</dialog-name>
|
<dialog-name>weather</dialog-name>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
|
||||||
<condition>
|
|
||||||
<property>/nasal/local_weather/enabled</property>
|
|
||||||
</condition>
|
|
||||||
<command>dialog-show</command>
|
|
||||||
<dialog-name>local_weather_tiles</dialog-name>
|
|
||||||
</binding>
|
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in a new issue