Merge branch 'unidata_18.2.1' into unidata_18.2.1-windows

Bring over latest changes from main branch
This commit is contained in:
Shay Carter 2021-12-28 08:19:08 -08:00
commit f904709dd8
4 changed files with 5 additions and 4 deletions

View file

@ -96,7 +96,7 @@
<resourceData xsi:type="wwaResourceData" name="Winter Watches, Warnings, Advisories" hideSampling="false" isRequeryNecessaryOnTimeMatch="true" isUpdatingOnMetadataOnly="false" retrieveData="false">
<metadataMap>
<mapping key="phensig">
<constraint constraintType="IN" constraintValue="WS.A,WS.W,WW.Y"/>
<constraint constraintType="IN" constraintValue="WS.A,WS.W,WW.Y,SQ.W"/>
</mapping>
<mapping key="pluginName">
<constraint constraintType="EQUALS" constraintValue="warning"/>

View file

@ -23,7 +23,7 @@
<constraint constraintValue="NEW,CON,CAN,EXP" constraintType="IN" />
</mapping>
<mapping key="phensig">
<constraint constraintValue="WS.A,WS.W,WW.Y" constraintType="IN" />
<constraint constraintValue="WS.A,WS.W,WW.Y,SQ.W" constraintType="IN" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="warning" constraintType="EQUALS" />

View file

@ -8,9 +8,9 @@
menuText="All Weather Statements" id="warnings">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/AllWarnings.xml"
<!-- <contribute xsi:type="bundleItem" file="bundles/AllWarnings.xml"
menuText="All Warnings" id="warnings">
</contribute>
</contribute> -->
<contribute xsi:type="bundleItem" file="bundles/ncepHydro/ConvectiveWatchPlot.xml"
menuText="Convective Watches" id="convectiveWatches">
</contribute>

View file

@ -50,6 +50,7 @@
<entry><key>HW.W</key><value color="goldenrod" name="High Wind Warning"></value></entry>
<entry><key>HZ.A</key><value color="royalblue" name="Hard Freeze Watch"></value></entry>
<entry><key>HZ.W</key><value color="blue" name="Hard Freeze Warning"></value></entry>
<entry><key>SQ.W</key><value color="#EF2B1C" name="Snow Squall Warning"></value></entry>
<entry><key>IS.W</key><value color="darkmagenta" name="Ice Storm Warning"></value></entry>
<entry><key>LE.A</key><value color="LightSkyBlue" name="Lake Effect Snow Watch"></value></entry>
<entry><key>LE.W</key><value color="DarkCyan" name="Lake Effect Snow Warning"></value></entry>