awips2/cave/com.raytheon.viz.pointdata/localization/menus/obs/baseMaritime.xml
2015-10-23 18:56:09 -06:00

80 lines
No EOL
4 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" menuText="Maritime Plots">
<contribute xsi:type="bundleItem" file="bundles/maritimeFixedBuoy.xml"
menuText="Fixed Buoys" id="FixedBuoys"/>
<contribute xsi:type="bundleItem" file="bundles/maritimeMoving.xml"
menuText="Moving Maritime" id="MovingMaritime"/>
<contribute xsi:type="bundleItem" file="bundles/maritimeMAROB.xml"
menuText="MAROB" id="MAROB"/>
<!--
<contribute xsi:type="bundleItem" file="bundles/Scatterometer_quikscat.xml"
menuText="QuikSCAT Winds 12.5 km" id="QuikSCAT">
<substitute key="legend" value="QUIKSCAT"/>
<substitute key="svg" value="quikScatPlotDesign.svg"/>
<substitute key="plugin" value="bufrquikscat"/>
<substitute key="posOffset" value="0"/>
<substitute key="negOffset" value="5400"/>
</contribute>
-->
<contribute xsi:type="bundleItem" file="bundles/Scatterometer.xml"
menuText="ASCAT Winds 25 km" id="ASCATWinds">
<substitute key="legend" value="ASCAT"/>
<substitute key="svg" value="ascatPlotDesign.svg"/>
<substitute key="plugin" value="bufrascat"/>
<substitute key="posOffset" value="0"/>
<substitute key="negOffset" value="5400"/>
</contribute>
<contribute xsi:type="subMenu" menuText="Other Maritime Plots">
<contribute xsi:type="bundleItem" file="bundles/SeaStatePlot.xml"
menuText="Fixed Sea State" id="FixedSeaState">
<substitute key="svg" value="seaStateDesign.svg"/>
<substitute key="legend" value="Fixed Buoys Sea State"/>
<substitute key="reportType" value="1004,1005"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/SeaStatePlot.xml"
menuText="Moving Sea State" id="MovingSeaState">
<substitute key="svg" value="seaStateDesign.svg"/>
<substitute key="legend" value="Moving Buoys/Ships Sea State"/>
<substitute key="reportType" value="1003,1006"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/SeaStatePlot.xml"
menuText="MAROB Sea State" id="MAROBSeaState">
<substitute key="svg" value="seaStateDesign.svg"/>
<substitute key="legend" value="MAROB Sea State"/>
<substitute key="reportType" value="1007"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/MaritimePlot.xml"
menuText="Maritime Clouds/Vis" id="MaritimeCloudVis">
<substitute key="svg" value="maritimeCvDesign.svg"/>
<substitute key="legend" value="Maritime Clouds and Visibility"/>
<substitute key="reportType" value="1003"/>
</contribute>
<contribute xsi:type="bundleItem" file="bundles/MaritimePlot.xml"
menuText="MAROB Clouds/Vis" id="MarobCloudsVis">
<substitute key="svg" value="maritimeCvDesign.svg"/>
<substitute key="legend" value="MAROB Clouds and Visibility"/>
<substitute key="reportType" value="1007"/>
</contribute>
</contribute>
</contribute>
</menuTemplate>