Merge pull request #408 from srcarter3/unidata_18.2.1-windows
Unidata 18.2.1 windows
This commit is contained in:
commit
f094088132
5 changed files with 13 additions and 6 deletions
|
@ -1538,11 +1538,17 @@
|
|||
description="Show the d2d history list"
|
||||
name="Show History List">
|
||||
</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
|
||||
id="com.raytheon.viz.ui.openAWIPSProcedure"
|
||||
categoryId="com.raytheon.uf.viz.d2d.ui"
|
||||
description="Load an existing display"
|
||||
name="Load Display">
|
||||
description="Load an existing procedure"
|
||||
name="Load Procedure">
|
||||
</command>
|
||||
<command
|
||||
id="com.raytheon.viz.ui.saveAWIPSProcedure"
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue