[OSGeo-Discuss] WCS/WMS accuracy tests?

Steven M. Ottens steven at minst.net
Wed Dec 9 09:11:45 PST 2009


On Dec 9, 2009, at 6:02 PM, Frank Warmerdam wrote:
>> 
> 
> Steven,
> 
> I believe you would want to change this:
> 
> OUTPUTFORMAT
>  NAME GTiff
>  DRIVER "GDAL/GTiff"
>  MIMETYPE "image/tiff"
>  IMAGEMODE RGB
>  EXTENSION "tif"
> END
> 
> to:
> 
> 
> OUTPUTFORMAT
>  NAME GTiff
>  DRIVER "GDAL/GTiff"
>  MIMETYPE "image/tiff"
>  IMAGEMODE BYTE
>  EXTENSION "tif"
> END

Thanks, I figured it was a configuration issue, but didn't look into it, was busy testing something else ;) The change does fix the 'problem' and now I do get single band images.

Regards,
Steven





More information about the Discuss mailing list