awips2/edexOsgi/com.raytheon.uf.edex.plugin.redbook/Documentation/SampleFiles/RedbookUAMenus.xml
Mike Duff 61d72d1167 Issue #2907 - Change directory name to match project name.
Change-Id: I9f3cd8bc28047b1da295dcc6da5d91a2d3583848

Former-commit-id: 642f05a651 [formerly 903d10096c] [formerly b8b3b9eb8e] [formerly 309bb97356 [formerly b8b3b9eb8e [formerly db7f966c43292a321793655fe283cc3feacfd9f1]]]
Former-commit-id: 309bb97356
Former-commit-id: 7aa943a76481061b458201ef5aef45697e58047f [formerly e03d319eaf]
Former-commit-id: ce5363105b
2014-04-15 12:14:58 -05:00

40 lines
No EOL
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This file is the A2 NDM replacement for redbookUpperAirMenus.txt.
Dropping RedbookUAMenus.xml into the /awips2/edex/data/ndm directory
will generate an override of the Upper Air NDM menu.
RedbookUAMenus.xml as written here will generate the base version
of the Upper Air NDM menus.
-->
<redbookMenu>
<menuEntry type="submenu" text="Model Graphics">
<menuEntry type="productButton"
text="UKMO 500 hgt" id="uaUKMO500hgt">
<menuEntry type="substitute" key="wmo" value="PHZM50, PHZO50, PHZQ50"/>
</menuEntry>
</menuEntry>
<menuEntry type="submenu" text="CPC Charts">
<menuEntry type="productButton"
text="6-10 day mean 500 Hgt" id="ua610daymean500Hgt">
<menuEntry type="dataURI">/redbook/%/PHBV50/%</menuEntry>
<menuEntry type="substitute" key="wmo" value="PHBV50"/>
</menuEntry>
<menuEntry type="productButton"
text="8-14 day Mean 500 Hgt" id="ua814dayMean500Hgt">
<menuEntry type="dataURI">/redbook/%/PHTT50/%</menuEntry>
<menuEntry type="substitute" key="wmo" value="PHTT50"/>
</menuEntry>
<menuEntry type="productButton"
text="6-10 day 500 Hgt Anomaly" id="ua610day500HgtAnomaly">
<menuEntry type="dataURI">/redbook/%/PHNT50/%</menuEntry>
<menuEntry type="substitute" key="wmo" value="PHNT50"/>
</menuEntry>
<menuEntry type="productButton"
text="8-14 day 500 Anom" id="ua814day500Anom">
<menuEntry type="dataURI">/redbook/%/PHTT51/%</menuEntry>
<menuEntry type="substitute" key="wmo" value="PHTT51"/>
</menuEntry>
</menuEntry>
</redbookMenu>