Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.6.0-RC3
-
Fix Version/s: 1.7.0-beta2
-
Component/s: WCS
-
Labels:None
-
Number of attachments :
Description
The output of the sample GetCoverage request is completely garbled... if you choose GEOTIFF as the format, the content type is "application/octect-stream". If you choose PNG or TIFF the output is some black thing that, when saved, no program can open...
The output is not garbled, not exactly.
First, no content type is ever set due to a piece of code commented out
Second, the sample request does a band select, and the result for png is an 8bit png with no palette, that various apps cannot open, but I'm not sure whether to consider this an error, I mean, the request does not fully make sense either...