parent
158d882e05
commit
b8d416258c
3 changed files with 21 additions and 3 deletions
|
@ -594,6 +594,24 @@
|
|||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
<command
|
||||
commandId="gov.noaa.nws.ncep.viz.actions.resourceManager"
|
||||
icon="icons/plus.png"
|
||||
id="gov.noaa.nws.ncep.viz.actions.resourceManager"
|
||||
label="Ncdata"
|
||||
mode="FORCE_TEXT"
|
||||
style="push"
|
||||
tooltip="NCP Data Manager">
|
||||
<visibleWhen>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
<parameter
|
||||
name="mode"
|
||||
value="CREATE_RBD">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.productbrowser.productBrowser"
|
||||
|
|
|
@ -275,7 +275,7 @@ public class MetarTempResource extends
|
|||
preferences.addEntry(entry);
|
||||
|
||||
entry = new DataMappingEntry();
|
||||
entry.setDisplayValue(50.);
|
||||
entry.setDisplayValue(50.5);
|
||||
entry.setPixelValue(3.0);
|
||||
preferences.addEntry(entry);
|
||||
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
menuText="DHR - Digital Hybrid Reflectivity" id="DHR">
|
||||
<substitute key="element" value="DHR"/>
|
||||
<substitute key="colormap" value="Radar/DHR"/>
|
||||
<substitute key="interpolate" value="false"/>
|
||||
<substitute key="interpolate" value="true"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarComposite.xml"
|
||||
menuText="DVL - Digital VIL" id="DVL">
|
||||
<substitute key="element" value="DVL"/>
|
||||
<substitute key="colormap" value="Radar/OSF/Digital VIL"/>
|
||||
<substitute key="interpolate" value="false"/>
|
||||
<substitute key="interpolate" value="true"/>
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarComposite.xml"
|
||||
menuText="EET - Enhanced Echo Tops" id="EET">
|
||||
|
|
Loading…
Add table
Reference in a new issue