]> granicus.if.org Git - postgis/commitdiff
fix title
authorRegina Obe <lr@pcorp.us>
Mon, 12 Dec 2011 22:38:41 +0000 (22:38 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 12 Dec 2011 22:38:41 +0000 (22:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8367 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 736a80dc3520bf5dd14cb5c5d12c3de12da74164..ec2fcb9cd1fbdced2350f9bb6b56efd5eb2601af 100644 (file)
@@ -6602,7 +6602,7 @@ FROM sometable WHERE filename IN('dem01', 'dem02') GROUP BY filename;</programli
                        </refsection>
                        
                        <refsection>
-                               <title>Examples: Reconstitute a single band chunked raster tile</title>
+                               <title>Examples: Return a multi-band raster that is the union of tiles intersecting geometry</title>
                                <programlisting>-- this creates a muli band raster collecting all the tiles that intersect a line
 SELECT ST_AddBand(NULL,ARRAY[ST_Union(rast,1), ST_Union(rast,2), ST_Union(rast,3) ])
 FROM aerials.boston