GetFeatureInfo queries against coverages that would like to be "read" rather than "instantiated" don't work
-----------------------------------------------------------------------------------------------------------
Key: GEOS-1823
URL: http://jira.codehaus.org/browse/GEOS-1823
Project: GeoServer
Issue Type: Bug
Components: WCS
Affects Versions: 1.7.x
Reporter: Saul Farber
Assignee: Andrea Aime
When you call GetFeatureInfo on a coverage layer, line 263 in AbstractFeatureInfoResponse gets a "whole" coverage using "getCoverage().geophysics(false)"
Some coverage providers in geoserver don't like to give "whole" coverages this way. They'd rather create a reader, and then "read" a small, well-defined portion of the coverage.
We should implement this "read-based" method in AbstractFeatureInfoResponse so that all coverages can be accurately represented with getFeatureInfo
--
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