]> granicus.if.org Git - postgis/commitdiff
fix typos add backrefere to ST_GDALDrivers
authorRegina Obe <lr@pcorp.us>
Tue, 17 May 2011 17:45:40 +0000 (17:45 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 17 May 2011 17:45:40 +0000 (17:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7174 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 3151981fba71670d80c1af6801d368485d45be60..c67faaefcad846f54cb6deac1b859f6764cfb241 100644 (file)
@@ -3264,10 +3264,10 @@ FROM dummy_rast WHERE rid=2;
                        <varname>nband</varname> is for single band exports.
                     </listitem>
                     <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 greeen and band 1 to blue
+                        <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> number from 1 to 9.  The higher the number the greater the compression.</listitem>
-                   <listitem><varname>options</varname> 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']. 
+                   <listitem><varname>options</varname> text Array of GDAL options as defined for PNG (look at create_options for PNG of <xref linkend="RT_ST_GDALDrivers" />). 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 <ulink url="http://www.gdal.org/frmt_various.html">GDAL Raster format options</ulink> for more details.
                    </listitem>
                 </itemizedlist>
@@ -3286,7 +3286,7 @@ FROM dummy_rast WHERE rid=2;
                        <!-- Optionally add a "See Also" section -->
                        <refsection>
                                <title>See Also</title>
-                               <para></para>
+                               <para><xref linkend="RT_ST_GDALDrivers" /></para>
                        </refsection>
                </refentry>
        </sect1>