From: Regina Obe Date: Fri, 9 Mar 2012 14:59:24 +0000 (+0000) Subject: minor correction in title of example X-Git-Tag: 2.0.0beta3~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b167c8add0ffdc37d581111eb30c4760a3dec690;p=postgis minor correction in title of example git-svn-id: http://svn.osgeo.org/postgis/trunk@9434 b70326c6-7e19-0410-871a-916f4a2858ee --- 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]') )