[Geoserver-devel] [jira] Created: (GEOS-828) Specified interpolation method for coverages is not being used

Specified interpolation method for coverages is not being used
---------------------------------------------------------------

                 Key: GEOS-828
                 URL: http://jira.codehaus.org/browse/GEOS-828
             Project: GeoServer
          Issue Type: Bug
          Components: WCS
    Affects Versions: 1.5.x
         Environment: Linux with Java 1.4, JAI and ImageIO
            Reporter: Alex Petkov
         Assigned To: Andrea Aime

Specified interpolation method for coverages doesn't seem to be used for the rendering of a coverage. For example, one of the sample datasets (Img_Sample) has "nearest neigbor" for supported interpolation. During a GetMap request, however, "interpolation null" is passed to Geotools' GridCoverageRenderer, in which case the renderer assumes Bilinear interpolation.

The WCS spec states that the interpolation method for the coverage should be the one listed in the optional supportedInterpolations element. If this optional element is missing, "nearest neighbor" should be assumed by clients.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira