Added additional menu item for a 60 min update per user request

This commit is contained in:
ucar-tmeyer 2023-09-27 17:13:57 +00:00
parent 4e7b1f7721
commit 31c2441dd6

View file

@ -11,6 +11,14 @@
<contribute xsi:type="bundleItem" file="bundles/SurfacePlotMetar.xml" <contribute xsi:type="bundleItem" file="bundles/SurfacePlotMetar.xml"
menuText="METAR Station Plot" id="MetarPlot"> menuText="METAR Station Plot" id="MetarPlot">
</contribute> </contribute>
<contribute xsi:type="bundleItem" file="bundles/LDADMesoPlot.xml"
menuText="60 min RAWS Plot" id="local60minstnplot">
<substitute key="svg" value="ldadMesoDesign.svg" />
<substitute key="legend" value="60 min RAWS Data Plot" />
<substitute key="posOffset" value="1800" />
<substitute key="negOffset" value="1800" />
</contribute>
<contribute xsi:type="subMenu" menuText="Other RAWS Plots">
<contribute xsi:type="bundleItem" file="bundles/LDADMesoPlot.xml" <contribute xsi:type="bundleItem" file="bundles/LDADMesoPlot.xml"
menuText="30 min RAWS Plot" id="local30minstnplot"> menuText="30 min RAWS Plot" id="local30minstnplot">
<substitute key="svg" value="ldadMesoDesign.svg" /> <substitute key="svg" value="ldadMesoDesign.svg" />
@ -18,7 +26,6 @@
<substitute key="posOffset" value="900" /> <substitute key="posOffset" value="900" />
<substitute key="negOffset" value="900" /> <substitute key="negOffset" value="900" />
</contribute> </contribute>
<contribute xsi:type="subMenu" menuText="Other RAWS Plots">
<contribute xsi:type="bundleItem" file="bundles/LDADMesoPlot.xml" <contribute xsi:type="bundleItem" file="bundles/LDADMesoPlot.xml"
menuText="15 min stn plot" id="local15minstnplot"> menuText="15 min stn plot" id="local15minstnplot">
<substitute key="svg" value="ldadMesoDesign.svg" /> <substitute key="svg" value="ldadMesoDesign.svg" />
@ -26,7 +33,6 @@
<substitute key="posOffset" value="450" /> <substitute key="posOffset" value="450" />
<substitute key="negOffset" value="450" /> <substitute key="negOffset" value="450" />
</contribute> </contribute>
<contribute xsi:type="bundleItem" file="bundles/LDADMesoPlot.xml" <contribute xsi:type="bundleItem" file="bundles/LDADMesoPlot.xml"
menuText="5 min stn plot" id="local5minstnplot"> menuText="5 min stn plot" id="local5minstnplot">
<substitute key="svg" value="ldadMesoDesign.svg" /> <substitute key="svg" value="ldadMesoDesign.svg" />