]> granicus.if.org Git - postgis/commitdiff
correct comment
authorRegina Obe <lr@pcorp.us>
Mon, 26 Dec 2011 17:43:48 +0000 (17:43 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 26 Dec 2011 17:43:48 +0000 (17:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8582 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index cf275d58792fb6563eca9cfd71c44acd0e4e8259..011254a58f3cabe91b2941ef78a58b84569e2a79 100644 (file)
@@ -4697,7 +4697,7 @@ FROM dummy_rast WHERE rid=2;
                                        <programlisting>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