From dc9b32b97b729885f1adfd86c16e8c06c9a056d5 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 17 Jun 2011 20:33:37 +0000 Subject: [PATCH] #1032 fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@7413 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 19715525f..1bdde80a5 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -4253,7 +4253,7 @@ FROM dummy_rast WHERE rid=2; nbands is an array of bands to export (note that max is 3 for PNG) and the order of the bands is RGB. e.g ARRAY[3,2,1] means map band 3 to Red, band 2 to green and band 1 to blue - compression Compression expression -- JPEG90 (or someother percent), LZMA, JPEG, DEFALTE9. + compression Compression expression -- JPEG90 (or someother percent), LZW, JPEG, DEFLATE9. options text Array of GDAL create options as defined for GTiff (look at create_options for GTiff of ). or refer to GDAL Raster format options for more details. srid srid of spatial_ref_sys of the raster. This is used to populate the georeference information -- 2.50.1