]> granicus.if.org Git - postgis/commitdiff
minor error in statement
authorRegina Obe <lr@pcorp.us>
Thu, 22 Dec 2011 13:18:56 +0000 (13:18 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 22 Dec 2011 13:18:56 +0000 (13:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8511 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_raster_dataman.xml

index d294ea0f73925b8d52c4c9c77a00fe7ad7224c1f..eb9713c570ef469bc3695b56faab15507928d618 100644 (file)
@@ -447,7 +447,7 @@ Available GDAL raster formats:
                                        <para><varname>nodata_values</varname> An array of double precision numbers denoting the <varname>nodata_value</varname> for each band.  You will have the same number of elements in this array as you have number of bands. These numbers define the pixel value for each band that should be ignored for most operations.  This is similar information provided by <xref linkend="RT_ST_BandNoDataValue" />.</para>
                                </listitem>
                                <listitem>
-                                       <para><varname>extent</varname> This is the extent of all the raster rows in your raster set. If you plan to load more data that will change the extent of the set, you'll want to drop the <xref linkend="RT_DropRasterConstraints" /> function before load and then reapply constraints with <xref linkend="RT_AddRasterConstraints"  /> after load. </para>
+                                       <para><varname>extent</varname> This is the extent of all the raster rows in your raster set. If you plan to load more data that will change the extent of the set, you'll want to run the <xref linkend="RT_DropRasterConstraints" /> function before load and then reapply constraints with <xref linkend="RT_AddRasterConstraints"  /> after load. </para>
                                </listitem>
                         </itemizedlist>
         </sect2>