From: Regina Obe Date: Thu, 22 Dec 2011 13:18:56 +0000 (+0000) Subject: minor error in statement X-Git-Tag: 2.0.0alpha1~364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e547920271eedc97cbd36635adffa5775b3f17d;p=postgis minor error in statement git-svn-id: http://svn.osgeo.org/postgis/trunk@8511 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index d294ea0f7..eb9713c57 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -447,7 +447,7 @@ Available GDAL raster formats: nodata_values An array of double precision numbers denoting the nodata_value 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 . - extent 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 function before load and then reapply constraints with after load. + extent 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 function before load and then reapply constraints with after load.