awips2/cave/com.raytheon.uf.viz.d2d.ui.upperair/localization/menus/upperair/baseUpperAir.xml
Mark Peters c11bd6816b Omaha #3768 Pluginize the D2D Upper Air menu
Change-Id: I58f76a59a40170fefe93d779760b6581c3f8490a

Former-commit-id: 4554ba073c7a97a335d8020f7068bc5521c0b47a
2014-10-30 19:15:52 -05:00

79 lines
No EOL
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="subMenu" id="UAplots" menuText="UA plots">
<contribute xsi:type="titleItem" titleText="------ NCEP ------" />
<contribute xsi:type="separator" id="NCEPEnd"
visible="false" />
<contribute xsi:type="titleItem" titleText="------ RAOB ------" />
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
menuText="150 hPa" id="150hPa">
<substitute key="levelKey" value="150MB" />
<substitute key="plotSource" value="raob 150" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
menuText="200 hPa" id="200hPa">
<substitute key="levelKey" value="200MB" />
<substitute key="plotSource" value="raob 200" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
menuText="250 hPa" id="250hPa">
<substitute key="levelKey" value="250MB" />
<substitute key="plotSource" value="raob 250" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
menuText="300 hPa" id="300hPa">
<substitute key="levelKey" value="300MB" />
<substitute key="plotSource" value="raob 300" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
menuText="400 hPa" id="400hPa">
<substitute key="levelKey" value="400MB" />
<substitute key="plotSource" value="raob 400" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
menuText="500 hPa" id="500hPa">
<substitute key="levelKey" value="500MB" />
<substitute key="plotSource" value="raob 500" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
menuText="700 hPa" id="700hPa">
<substitute key="levelKey" value="700MB" />
<substitute key="plotSource" value="raob 700" />
<substitute key="plotModelFile" value="raobLowerDesign" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
menuText="850 hPa" id="850hPa">
<substitute key="levelKey" value="850MB" />
<substitute key="plotSource" value="raob 850" />
<substitute key="plotModelFile" value="raobLowerDesign" />
</contribute>
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
menuText="925 hPa" id="925hPa">
<substitute key="levelKey" value="925MB" />
<substitute key="plotSource" value="raob 925" />
<substitute key="plotModelFile" value="raobLowerDesign" />
</contribute>
</contribute>
<contribute xsi:type="separator" id="baseUpperAirEnd" />
</menuTemplate>