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


_______________________________________________
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss

Reply via email to