]> granicus.if.org Git - postgis/commitdiff
#1032 fix typos
authorRegina Obe <lr@pcorp.us>
Fri, 17 Jun 2011 20:33:37 +0000 (20:33 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 17 Jun 2011 20:33:37 +0000 (20:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7413 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 19715525f34f9cd9fda2770c818e107b4559bc97..1bdde80a5965d35789cf3f027dd7c64914dfde49 100644 (file)
@@ -4253,7 +4253,7 @@ FROM dummy_rast WHERE rid=2;
                     <listitem>
                         <varname>nbands</varname> 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
                     </listitem>
-                   <listitem><varname>compression</varname> Compression expression -- JPEG90 (or someother percent), LZMA, JPEG, DEFALTE9.  </listitem>
+                   <listitem><varname>compression</varname> Compression expression -- JPEG90 (or someother percent), LZW, JPEG, DEFLATE9.  </listitem>
                    <listitem><varname>options</varname> text Array of GDAL create options as defined for GTiff (look at create_options for GTiff of <xref linkend="RT_ST_GDALDrivers" />). or refer to <ulink url="http://www.gdal.org/frmt_various.html">GDAL Raster format options</ulink> for more details. </listitem>
                    <listitem><varname>srid</varname> srid of spatial_ref_sys of the raster. This is used to populate the georeference information </listitem>
                 </itemizedlist>