[Geoserver-devel] WCS Issue - AxisType is ArrayList<Double>

In GeoServer 2.6, the Wcs10GetCoverageRequestReader.checkTypeAxisRange method seems to expect the suppled Object axis parameter to be either a String, Double, or Integer.

The problem is that the actual type of axis is an ArrayList of Double (set in the parse method of KvpUtils) so the range subset is never set when supplying ELEVATION values. I haven't checked older versions of GeoServer, but looking at the current main branch this issue still seems to be there. Is this a known issue/is there a fix?

Thanks,
David Marks

We are in the middle of migrating our issue tracker so it is hard to know if this is a known issue. Would you like to report it to our new issue tracker (and if we find it has already been reported we can clean up the duplication later).

https://osgeo-org.atlassian.net/

···

On 9 April 2015 at 08:06, Marks, David <David.Marks@anonymised.com> wrote:

In GeoServer 2.6, the Wcs10GetCoverageRequestReader.checkTypeAxisRange method seems to expect the suppled Object axis parameter to be either a String, Double, or Integer.

The problem is that the actual type of axis is an ArrayList of Double (set in the parse method of KvpUtils) so the range subset is never set when supplying ELEVATION values. I haven’t checked older versions of GeoServer, but looking at the current main branch this issue still seems to be there. Is this a known issue/is there a fix?

Thanks,
David Marks


BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF


Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Jody Garnett