From a4ecf58027ab8ee37c7e24dd3b5d251a5b8cc49b Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 7 Sep 2014 17:10:14 +0000 Subject: [PATCH] wrong function (non-existent xref) git-svn-id: http://svn.osgeo.org/postgis/trunk@12953 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index e8380c4d5..050afd6b4 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -11128,7 +11128,7 @@ UPDATE wind Returns the union of a set of raster tiles into a single raster composed of at least one band. The resulting raster's extent is the extent of the whole set. In the case of intersection, the resulting value is defined by uniontype which is one of the following: LAST (default), FIRST, MIN, MAX, COUNT, SUM, MEAN, RANGE. - In order for rasters to be unioned, they most all have the same alignment. Use and for more details and help. One way to fix alignment issues is to use and use the same reference raster for alignment. + In order for rasters to be unioned, they most all have the same alignment. Use and for more details and help. One way to fix alignment issues is to use and use the same reference raster for alignment. Availability: 2.0.0 -- 2.50.1