Added additional menu item for a 60 min update per user request
This commit is contained in:
parent
4e7b1f7721
commit
31c2441dd6
1 changed files with 9 additions and 3 deletions
|
@ -12,13 +12,20 @@
|
|||
menuText="METAR Station Plot" id="MetarPlot">
|
||||
</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"
|
||||
menuText="30 min RAWS Plot" id="local30minstnplot">
|
||||
<substitute key="svg" value="ldadMesoDesign.svg" />
|
||||
<substitute key="legend" value="30 min RAWS Data Plot" />
|
||||
<substitute key="posOffset" value="900" />
|
||||
<substitute key="negOffset" value="900" />
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="Other RAWS Plots">
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/LDADMesoPlot.xml"
|
||||
menuText="15 min stn plot" id="local15minstnplot">
|
||||
<substitute key="svg" value="ldadMesoDesign.svg" />
|
||||
|
@ -26,7 +33,6 @@
|
|||
<substitute key="posOffset" value="450" />
|
||||
<substitute key="negOffset" value="450" />
|
||||
</contribute>
|
||||
|
||||
<contribute xsi:type="bundleItem" file="bundles/LDADMesoPlot.xml"
|
||||
menuText="5 min stn plot" id="local5minstnplot">
|
||||
<substitute key="svg" value="ldadMesoDesign.svg" />
|
||||
|
|
Loading…
Add table
Reference in a new issue