From b167c8add0ffdc37d581111eb30c4760a3dec690 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 9 Mar 2012 14:59:24 +0000 Subject: [PATCH] minor correction in title of example git-svn-id: http://svn.osgeo.org/postgis/trunk@9434 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 756a2c8d8..1de835cb2 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -6260,7 +6260,7 @@ WITH mygeoms - Example: Overlay 3 meter boundary of select parcels over an aerial imagery + Example: Overlay 2 meter boundary of select parcels over an aerial imagery -- Create new 3 band raster composed of first 2 clipped bands, and overlay of 3rd band with our geometry SELECT ST_AddBand(ST_Band(clipped,ARRAY[1,2]), ST_MapAlgebraExpr(clipped, ST_AsRaster(ST_Buffer(ST_Boundary(geom),2),clipped, '8BUI',250), '[rast2.val]', '8BUI', 'FIRST', '[rast2.val]', '[rast1.val]') ) -- 2.50.1