From: Regina Obe Date: Mon, 26 Dec 2011 17:43:48 +0000 (+0000) Subject: correct comment X-Git-Tag: 2.0.0alpha1~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=658cd6af07ccf825f71d67544722e55a11b420c9;p=postgis correct comment git-svn-id: http://svn.osgeo.org/postgis/trunk@8582 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index cf275d587..011254a58 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -4697,7 +4697,7 @@ FROM dummy_rast WHERE rid=2; SELECT ST_AsGDALRaster(rast, 'GTiff') As rastjpg FROM dummy_rast WHERE rid=2; --- Set georeferencing infornation to NAD83 long lat +-- Out GeoTiff with jpeg compression, 90% quality SELECT ST_AsGDALRaster(rast, 'GTiff', ARRAY['COMPRESS=JPEG', 'JPEG_QUALITY=90'], 4269) As rasttiff