awips2/cave/com.raytheon.viz.warnings/localization/menus/warnings/baseWarnings.xml
ucar-tmeyer e8ba091657 WWA Updates for Unidata specific changes (manually merged v18.2.1 changes to v20)
-com.raytheon.viz.warnings
Summary can be found in this commit: c5fbae1363

-com.raytheon.uf.common.dataplugin.warning
Summary can be found in this commit: ddeed72777
2023-02-03 16:11:22 +00:00

120 lines
5.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="titleItem" titleText="------ Watch / Warning / Advisory ------"
id="sfcMenuWarning" />
<contribute xsi:type="bundleItem" file="bundles/AllWWA.xml"
menuText="All Weather Statements" id="warnings">
</contribute>
<!-- <contribute xsi:type="bundleItem" file="bundles/AllWarnings.xml"
menuText="All Warnings" id="warnings">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/ncepHydro/ConvectiveWatchPlot.xml"
menuText="Convective Watches" id="convectiveWatches">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/ConvWarn.xml"
menuText="Convective Warnings" id="convWarnings">
</contribute>-->
<contribute xsi:type="separator" id="separator4"/>
<contribute xsi:type="bundleItem" file="bundles/ConvWWA.xml"
menuText="Convective Watches, Warnings, Advisories" id="ConvWarnings">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/FireWWA.xml"
menuText="Fire Watches, Warnings, Advisories" id="fireWarnings">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/FloodWWA.xml"
menuText="Flood Watches, Warnings, Advisories" id="FloodWarnings">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/MarineWWA.xml"
menuText="Tropical/Marine Watches, Warnings, Advisories" id="marineWarnings">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/WindWWA.xml"
menuText="Wind Watches, Warnings, Advisories" id="windWarnings">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/WinterWWA.xml"
menuText="Winter Watches, Warnings, Advisories" id="winterWarnings">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/OtherWWA.xml"
menuText="Other Watches, Warnings, Advisories" id="otherWarnings">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/SPS.xml"
menuText="Special Weather Statements" id="SPS">
</contribute>
<contribute xsi:type="separator" id="separator4"/>
<contribute xsi:type="bundleItem" file="bundles/ncepHydro/SvrWxPlot.xml"
menuText="SPC Svr Wx Plot" id="spcWxPlot">
</contribute>
<contribute xsi:type="subMenu" menuText="SIGMET/AIRMET">
<contribute xsi:type="bundleItem" file="bundles/ConvSigmet.xml"
menuText="Convective SIGMET" id="ConvSigmet">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/IntlSigmet.xml"
menuText="International SIGMETs" id="INTLSIGMET">
</contribute>
<contribute xsi:type="bundleItem" file="bundles/NonConvSigmet.xml"
menuText="SIGMET Turbulence" id="SIGMETTURB">
<substitute key="hazardType" value="TURBULENCE" />
<substitute key="color" value="#FF4444" />
<substitute key="name" value="Turbulence SIGMET" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/NonConvSigmet.xml"
menuText="SIGMET Tropical Cyclone" id="SIGMETTTOPCYCLONE">
<substitute key="hazardType" value="TROPICAL CYCLONE" />
<substitute key="color" value="#00FFFF" />
<substitute key="name" value="Tropical Cyclone SIGMET" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/NonConvSigmet.xml"
menuText="SIGMET Icing" id="SIGMETICING">
<substitute key="hazardType" value="ICING" />
<substitute key="color" value="#FFFFFF" />
<substitute key="name" value="Icing SIGMET" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/Airmet.xml"
menuText="AIRMET Icing" id="AIRMETICING">
<substitute key="hazardType" value="ICING" />
<substitute key="color" value="#0000FF" />
<substitute key="name" value="Icing AIRMET" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/Airmet.xml"
menuText="AIRMET Turbulence" id="AIRMETTURB">
<substitute key="hazardType" value="TURBULENCE" />
<substitute key="color" value="#00FF00" />
<substitute key="name" value="Turbulence AIRMET" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/Airmet.xml"
menuText="AIRMET Instrument Flight Rules (IFR)" id="AIRMETIFR">
<substitute key="hazardType" value="INSTRUMENT FLIGHT RULES" />
<substitute key="color" value="#00FFFF" />
<substitute key="name" value="IFR AIRMET" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/Airmet.xml"
menuText="AIRMET Mountain Obstruction" id="AIRMETMTNOBSC">
<substitute key="hazardType" value="MOUNTAIN OBSCURATION" />
<substitute key="color" value="#FF0088" />
<substitute key="name" value="Mtn Obscn AIRMET" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/NonConvSigmet.xml"
menuText="SIGMET Volcanic Ash" id="SIGMETVOLCANICASH">
<substitute key="hazardType" value="VOLCANIC ASH CLOUD" />
<substitute key="color" value="#00FF00" />
<substitute key="name" value="Volcanic Ash SIGMET" />
</contribute>
</contribute>
</menuTemplate>