From b84f0d314b15a8c1f9474d63e4a6da5271905d4b Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 17 May 2011 17:45:40 +0000 Subject: [PATCH] fix typos add backrefere to ST_GDALDrivers git-svn-id: http://svn.osgeo.org/postgis/trunk@7174 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 3151981fb..c67faaefc 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3264,10 +3264,10 @@ FROM dummy_rast WHERE rid=2; nband is for single band exports. - 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 greeen and band 1 to blue + 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 number from 1 to 9. The higher the number the greater the compression. - options text Array of GDAL options. For PNG valid one is only ZLEVEL (amount of time to spend on compression -- default 6) e.g. ARRAY['ZLEVEL=9']. + options text Array of GDAL options as defined for PNG (look at create_options for PNG of ). For PNG valid one is only ZLEVEL (amount of time to spend on compression -- default 6) e.g. ARRAY['ZLEVEL=9']. WORLDFILE is not allowed since the function would have to output two outputs. Refer to GDAL Raster format options for more details. @@ -3286,7 +3286,7 @@ FROM dummy_rast WHERE rid=2; See Also - + -- 2.50.1