Merge pull request #408 from srcarter3/unidata_18.2.1-windows

Unidata 18.2.1 windows
This commit is contained in:
tiffanycmeyer13 2021-12-28 10:47:11 -06:00 committed by GitHub
commit f094088132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 6 deletions

View file

@ -1538,11 +1538,17 @@
description="Show the d2d history list" description="Show the d2d history list"
name="Show History List"> name="Show History List">
</command> </command>
<command
id="com.raytheon.viz.ui.newAWIPSProcedure"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Create a new procedure"
name="New Procedure">
</command>
<command <command
id="com.raytheon.viz.ui.openAWIPSProcedure" id="com.raytheon.viz.ui.openAWIPSProcedure"
categoryId="com.raytheon.uf.viz.d2d.ui" categoryId="com.raytheon.uf.viz.d2d.ui"
description="Load an existing display" description="Load an existing procedure"
name="Load Display"> name="Load Procedure">
</command> </command>
<command <command
id="com.raytheon.viz.ui.saveAWIPSProcedure" id="com.raytheon.viz.ui.saveAWIPSProcedure"

View file

@ -96,7 +96,7 @@
<resourceData xsi:type="wwaResourceData" name="Winter Watches, Warnings, Advisories" hideSampling="false" isRequeryNecessaryOnTimeMatch="true" isUpdatingOnMetadataOnly="false" retrieveData="false"> <resourceData xsi:type="wwaResourceData" name="Winter Watches, Warnings, Advisories" hideSampling="false" isRequeryNecessaryOnTimeMatch="true" isUpdatingOnMetadataOnly="false" retrieveData="false">
<metadataMap> <metadataMap>
<mapping key="phensig"> <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>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintType="EQUALS" constraintValue="warning"/> <constraint constraintType="EQUALS" constraintValue="warning"/>

View file

@ -23,7 +23,7 @@
<constraint constraintValue="NEW,CON,CAN,EXP" constraintType="IN" /> <constraint constraintValue="NEW,CON,CAN,EXP" constraintType="IN" />
</mapping> </mapping>
<mapping key="phensig"> <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>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="warning" constraintType="EQUALS" /> <constraint constraintValue="warning" constraintType="EQUALS" />

View file

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

View file

@ -50,6 +50,7 @@
<entry><key>HW.W</key><value color="goldenrod" name="High Wind Warning"></value></entry> <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.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>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>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.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> <entry><key>LE.W</key><value color="DarkCyan" name="Lake Effect Snow Warning"></value></entry>