-
(related to #526 ) I've updated to the latest edal-java (1.1.2), and still cannot get the Godiva3 client to work. ncWMS, however, is working. When I go to view a dataset in Godiva, I get the following…
-
This is minor because most people probably click the admin link from the main ncWMS2 page. However if you type:
http:/:/ncWMS2/admin
(note the lack of a trailing slash) into the address bar of your …
-
It looks like prototype.js is pulled by ncWMS (the Godiva2 client) and is at a rather old (2009) version 1.6.1. The current one is 1.7.3.
No particular vulnerability that we know of, but a recommend…
-
I have just investigated two separate layers, both failing to load, both for different reasons. It was not immediately apparent (even from looking at the javascript console) _why_ they were failing t…
-
URL: http://rc.aodn.org.au/aodn/
Portal Version: 2.47.4-rc
Steps To Repeat
- add a layer from a ncWMS server
- zoom the map
What I Expect To Happen
- The layer zooms along with the baselayer
What A…
-
I installed ncWMS 2.1 and added a UGRID dataset OPeNDAP URL:
http://www.smast.umassd.edu:8080/thredds/dodsC/FVCOM/NECOFS/Forecasts/NECOFS_GOM3_FORECAST.nc
I get back this error:
```
Status of datase…
-
It's awesome that we can drop THREDDS WMS endpoints in the National Map, and it would be even more awesome if we could specify the color range. I know this is a non-standard WMS feature, but it's sup…
-
We have a requirement for showing graphs of data.
In most cases this is for showing a timeseries of a value for a specific point or area. Initially the graph might be shown in the Info popup when a f…
-
```
geosubset seems to be assuming a dimension order of lat,lon, and fails for
lon,lat. Here is a topography dataset written as topo[lat,lon] (works) and
topo[lon,lat] fails. Yet both are CF-comp…
-
I think #242 has to be fixed before this can be done, as `StylePanel` is also a shared instance.
Currently, `Portal.details.StylePanel` has some special handling in it for NcWMS layers, e.g.:
```
if…