From a5ec61fd8cd2e604d21cd36003f36e2b51e3291a Mon Sep 17 00:00:00 2001 From: Michael James Date: Wed, 17 Jan 2018 11:28:19 -0700 Subject: [PATCH] cave updates for macOS 17.1.1-5 --- .../META-INF/MANIFEST.MF | 4 +- .../localization/plotModels/stqPlotDesign.svg | 54 -------- cave/com.raytheon.uf.viz.d2d.ui/plugin.xml | 5 - .../feature.xml | 36 ------ .../com.raytheon.viz.gfe/META-INF/MANIFEST.MF | 1 - .../localization/bundles/maps/nhadomain.xml | 36 ------ .../bundles/maps/stormsurgeww.xml | 36 ------ .../raytheon/viz/gfe/core/DataManager.java | 18 --- .../localization/bundles/SurfaceColorTemp.xml | 4 +- .../localization/bundles/SurfacePlotMetar.xml | 54 ++++---- .../localization/bundles/SurfacePlotWinds.xml | 5 + .../localization/bundles/SynSurfacePlot.xml | 21 ++- .../localization/menus/obs/baseSurface.xml | 121 +++++++++++++++++- .../bundles/satellite/goesr/goesrFullDisk.xml | 2 +- .../menus/satellite/goesr/goesrLevel2.xml | 58 ++++----- .../menus/satellite/goesr/goesrMenu.xml | 24 +--- .../localization/bundles/maps/ldad.xml | 46 ------- .../localization/bundles/maps/ldadPrecip.xml | 46 ------- 18 files changed, 204 insertions(+), 367 deletions(-) delete mode 100644 cave/com.raytheon.uf.viz.d2d.ui.ncephydro/localization/plotModels/stqPlotDesign.svg delete mode 100644 cave/com.raytheon.viz.gfe/localization/bundles/maps/nhadomain.xml delete mode 100644 cave/com.raytheon.viz.gfe/localization/bundles/maps/stormsurgeww.xml delete mode 100644 cave/com.raytheon.viz.spi/localization/bundles/maps/ldad.xml delete mode 100644 cave/com.raytheon.viz.spi/localization/bundles/maps/ldadPrecip.xml diff --git a/cave/com.raytheon.uf.viz.d2d.gfe/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.d2d.gfe/META-INF/MANIFEST.MF index 8b76352e51..1b8204fc95 100644 --- a/cave/com.raytheon.uf.viz.d2d.gfe/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.d2d.gfe/META-INF/MANIFEST.MF @@ -8,7 +8,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.swt;bundle-version="3.8.1", com.raytheon.uf.viz.core;bundle-version="1.14.2", - com.raytheon.uf.common.dataplugin.gfe;bundle-version="1.15.0", com.raytheon.uf.viz.core.grid;bundle-version="1.15.0", com.raytheon.uf.common.colormap, com.raytheon.uf.common.dataplugin, @@ -20,7 +19,8 @@ Require-Bundle: org.eclipse.swt;bundle-version="3.8.1", com.raytheon.uf.viz.productbrowser, com.raytheon.viz.volumebrowser;bundle-version="1.15.0", javax.measure, - com.raytheon.uf.viz.core.maps;bundle-version="1.14.1" + com.raytheon.uf.viz.core.maps;bundle-version="1.14.1", + com.raytheon.uf.common.dataplugin.gfe;bundle-version="1.15.0" Export-Package: com.raytheon.uf.viz.d2d.gfe.browser, com.raytheon.uf.viz.d2d.gfe.rsc, com.raytheon.uf.viz.d2d.gfe.xy diff --git a/cave/com.raytheon.uf.viz.d2d.ui.ncephydro/localization/plotModels/stqPlotDesign.svg b/cave/com.raytheon.uf.viz.d2d.ui.ncephydro/localization/plotModels/stqPlotDesign.svg deleted file mode 100644 index a5a2507df4..0000000000 --- a/cave/com.raytheon.uf.viz.d2d.ui.ncephydro/localization/plotModels/stqPlotDesign.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - 0 - 0 - - - - \ No newline at end of file diff --git a/cave/com.raytheon.uf.viz.d2d.ui/plugin.xml b/cave/com.raytheon.uf.viz.d2d.ui/plugin.xml index f5c0e67b7c..c70cd74782 100644 --- a/cave/com.raytheon.uf.viz.d2d.ui/plugin.xml +++ b/cave/com.raytheon.uf.viz.d2d.ui/plugin.xml @@ -121,11 +121,6 @@ name="exportSeparator" visible="true"> - - - - @@ -153,10 +149,6 @@ id="com.raytheon.uf.viz.d2d.ui.awips.feature" version="0.0.0"/> - - @@ -173,38 +165,10 @@ id="gov.noaa.gsd.viz.ensemble.feature" version="0.0.0"/> - - - - - - - - - - - - diff --git a/cave/com.raytheon.viz.gfe/META-INF/MANIFEST.MF b/cave/com.raytheon.viz.gfe/META-INF/MANIFEST.MF index c715caf5e9..b59cc14c8e 100644 --- a/cave/com.raytheon.viz.gfe/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.viz.gfe/META-INF/MANIFEST.MF @@ -34,7 +34,6 @@ Require-Bundle: org.eclipse.ui, com.raytheon.uf.viz.kml.export;bundle-version="1.14.1", com.raytheon.uf.common.numeric;bundle-version="1.14.0", com.raytheon.uf.common.topo;bundle-version="1.14.0", - com.raytheon.uf.common.plugin.nwsauth;bundle-version="1.14.0", com.raytheon.uf.viz.core.grid;bundle-version="1.15.0", com.raytheon.uf.common.dataaccess;bundle-version="1.15.0", com.raytheon.uf.viz.core.point;bundle-version="1.15.0", diff --git a/cave/com.raytheon.viz.gfe/localization/bundles/maps/nhadomain.xml b/cave/com.raytheon.viz.gfe/localization/bundles/maps/nhadomain.xml deleted file mode 100644 index d54cdd1d51..0000000000 --- a/cave/com.raytheon.viz.gfe/localization/bundles/maps/nhadomain.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - PLAN_VIEW - - - - - - mapdata.nhadomain
- NHAdomain -
-
-
-
-
-
diff --git a/cave/com.raytheon.viz.gfe/localization/bundles/maps/stormsurgeww.xml b/cave/com.raytheon.viz.gfe/localization/bundles/maps/stormsurgeww.xml deleted file mode 100644 index 00b83e3b3b..0000000000 --- a/cave/com.raytheon.viz.gfe/localization/bundles/maps/stormsurgeww.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - PLAN_VIEW - - - - - - mapdata.stormsurgeww
- StormSurgeWW -
-
-
-
-
-
diff --git a/cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/core/DataManager.java b/cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/core/DataManager.java index 39bc1146aa..b011ab6d8d 100644 --- a/cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/core/DataManager.java +++ b/cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/core/DataManager.java @@ -38,7 +38,6 @@ import org.eclipse.ui.IWorkbenchWindow; import com.raytheon.uf.common.activetable.ActiveTableMode; import com.raytheon.uf.common.activetable.ActiveTableRecord; import com.raytheon.uf.common.dataplugin.gfe.db.objects.ParmID; -import com.raytheon.uf.common.dataplugin.gfe.request.GetIscSendStatusRequest.IscSendStatus; import com.raytheon.uf.common.dataplugin.gfe.request.IscRequestQueryRequest.IscQueryResponse; import com.raytheon.uf.common.dataplugin.gfe.server.message.ServerResponse; import com.raytheon.uf.common.gfe.ifpclient.IFPClient; @@ -283,25 +282,8 @@ public class DataManager implements ISimulatedTimeChangeListener { iscInitJob.setSystem(true); iscInitJob.schedule(); - // get the ISC states - ServerResponse sr2 = client.iscSendStatus(); - IscSendStatus iscSendStatus = sr2.getPayload(); - this.sendISConSave = iscSendStatus.isSendISConSave(); - this.sendISConPublish = iscSendStatus.isSendISConPublish(); - this.requestISC = iscSendStatus.isRequestISC(); - // set the ISC send state, which initially sends the message new ISCSendStatusChangedMsg(false).send(); // initial state - if (CAVEMode.getMode().equals(CAVEMode.OPERATIONAL) - && ((SimulatedTime.getSystemTime().isRealTime())) - || (SimulatedTimeOperations.isTransmitAllowedinSimulatedTime())) { - try { - enableISCsend(true); - } catch (SimulatedTimeProhibitedOpException e) { - statusHandler.error(e.getLocalizedMessage(), e); - } - } - // this.queryString = "siteID='" + this.getSiteID() + "'"; this.router.start(); this.parmOp = new ParmOp(this); diff --git a/cave/com.raytheon.viz.pointdata/localization/bundles/SurfaceColorTemp.xml b/cave/com.raytheon.viz.pointdata/localization/bundles/SurfaceColorTemp.xml index 3702a93c12..973c617287 100644 --- a/cave/com.raytheon.viz.pointdata/localization/bundles/SurfaceColorTemp.xml +++ b/cave/com.raytheon.viz.pointdata/localization/bundles/SurfaceColorTemp.xml @@ -36,10 +36,10 @@ isMapLayer="false" isHoverOn="false" isVisible="true" /> - + diff --git a/cave/com.raytheon.viz.pointdata/localization/bundles/SurfacePlotMetar.xml b/cave/com.raytheon.viz.pointdata/localization/bundles/SurfacePlotMetar.xml index 1b919ef404..01f3d92700 100644 --- a/cave/com.raytheon.viz.pointdata/localization/bundles/SurfacePlotMetar.xml +++ b/cave/com.raytheon.viz.pointdata/localization/bundles/SurfacePlotMetar.xml @@ -24,34 +24,38 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - - - - - - - - - - - - - - - - - - - + + + + PLAIN_VIEW + + + + + + + + + + + + + + + + + + + + - diff --git a/cave/com.raytheon.viz.pointdata/localization/bundles/SurfacePlotWinds.xml b/cave/com.raytheon.viz.pointdata/localization/bundles/SurfacePlotWinds.xml index a3f70e7948..f3a4570480 100644 --- a/cave/com.raytheon.viz.pointdata/localization/bundles/SurfacePlotWinds.xml +++ b/cave/com.raytheon.viz.pointdata/localization/bundles/SurfacePlotWinds.xml @@ -44,6 +44,11 @@ + diff --git a/cave/com.raytheon.viz.pointdata/localization/bundles/SynSurfacePlot.xml b/cave/com.raytheon.viz.pointdata/localization/bundles/SynSurfacePlot.xml index 56b963edf7..d86e331828 100644 --- a/cave/com.raytheon.viz.pointdata/localization/bundles/SynSurfacePlot.xml +++ b/cave/com.raytheon.viz.pointdata/localization/bundles/SynSurfacePlot.xml @@ -1,4 +1,23 @@ + - + \ No newline at end of file diff --git a/cave/com.raytheon.viz.pointdata/localization/menus/obs/baseSurface.xml b/cave/com.raytheon.viz.pointdata/localization/menus/obs/baseSurface.xml index 8d5da22270..d0fcdcb4e7 100644 --- a/cave/com.raytheon.viz.pointdata/localization/menus/obs/baseSurface.xml +++ b/cave/com.raytheon.viz.pointdata/localization/menus/obs/baseSurface.xml @@ -20,19 +20,17 @@ --> + menuText="Surface Temperature" id="MetarPlot"> - @@ -56,6 +54,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /obs/% + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cave/com.raytheon.viz.satellite/localization/bundles/satellite/goesr/goesrFullDisk.xml b/cave/com.raytheon.viz.satellite/localization/bundles/satellite/goesr/goesrFullDisk.xml index cc1d08bae6..84e5ded026 100644 --- a/cave/com.raytheon.viz.satellite/localization/bundles/satellite/goesr/goesrFullDisk.xml +++ b/cave/com.raytheon.viz.satellite/localization/bundles/satellite/goesr/goesrFullDisk.xml @@ -36,7 +36,7 @@ constraintType="EQUALS" /> - diff --git a/cave/com.raytheon.viz.satellite/localization/menus/satellite/goesr/goesrLevel2.xml b/cave/com.raytheon.viz.satellite/localization/menus/satellite/goesr/goesrLevel2.xml index 40d42b4e66..8241e12861 100644 --- a/cave/com.raytheon.viz.satellite/localization/menus/satellite/goesr/goesrLevel2.xml +++ b/cave/com.raytheon.viz.satellite/localization/menus/satellite/goesr/goesrLevel2.xml @@ -7,56 +7,56 @@ - + - + - + - + - + - + - + - + @@ -66,35 +66,35 @@ - + - + - + - + - + @@ -104,21 +104,21 @@ - + - + - + @@ -128,21 +128,21 @@ - + - + - + @@ -151,54 +151,54 @@ menuText="Moisture(11.2-12.3 u)" id="goesr-moisture"> - + - + - + - + - + - + - + - + - + - \ No newline at end of file + diff --git a/cave/com.raytheon.viz.satellite/localization/menus/satellite/goesr/goesrMenu.xml b/cave/com.raytheon.viz.satellite/localization/menus/satellite/goesr/goesrMenu.xml index 603bceda2c..8d0435febf 100644 --- a/cave/com.raytheon.viz.satellite/localization/menus/satellite/goesr/goesrMenu.xml +++ b/cave/com.raytheon.viz.satellite/localization/menus/satellite/goesr/goesrMenu.xml @@ -25,29 +25,7 @@ - - - - - - - - - - - - - - - - - - - + diff --git a/cave/com.raytheon.viz.spi/localization/bundles/maps/ldad.xml b/cave/com.raytheon.viz.spi/localization/bundles/maps/ldad.xml deleted file mode 100644 index 93b7e51be3..0000000000 --- a/cave/com.raytheon.viz.spi/localization/bundles/maps/ldad.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - PLAN_VIEW - - - - - - basemaps/ldad15.spi - LDAD Stations - - - - - - diff --git a/cave/com.raytheon.viz.spi/localization/bundles/maps/ldadPrecip.xml b/cave/com.raytheon.viz.spi/localization/bundles/maps/ldadPrecip.xml deleted file mode 100644 index a0c7214bab..0000000000 --- a/cave/com.raytheon.viz.spi/localization/bundles/maps/ldadPrecip.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - PLAN_VIEW - - - - - - basemaps/ldad15prcp.spi - LDAD Precip - - - - - -