Hi,

I've trying to parse a DescribeCoverage request from GeoServer, but the
response XML seems to include interpolation methods that are not selected
for the coverage.  For example, on the nurc:Pk50095 layer "binlinear" and
"bicubic" are selected in the GUI.  However, when I do a DescribeCoverage
request on this layer I get:

<supportedInterpolations default="nearest neighbor">
<interpolationMethod>nearest neighbor</interpolationMethod>
<interpolationMethod>bilinear</interpolationMethod>
<interpolationMethod>bicubic</interpolationMethod>
<interpolationMethod>bicubic_2</interpolationMethod>
</supportedInterpolations>

The problem for me is that "bicubic_2" isn't supported in the WCS schema, so
I get problems with my EMF-generated parser.  It only seems to happen for a
few of the default GeoServer datasets, including "Pk50095" and "mosaic".

Any idea why this might be happening?

Thanks,

Jon
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to