]> granicus.if.org Git - postgis/commitdiff
more cleanup
authorRegina Obe <lr@pcorp.us>
Mon, 26 Dec 2011 20:31:32 +0000 (20:31 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 26 Dec 2011 20:31:32 +0000 (20:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8587 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_raster_dataman.xml

index 8d3b4cefc2a5f15faa9bcaac9c8c5fd97b1f594b..33b34fa64be3fda5dcfba05d1073c8613475b19a 100644 (file)
@@ -501,7 +501,7 @@ Available GDAL raster formats:
                <sect2 id="RT_PHP_Output">
                        <title>PHP Example Outputting using ST_AsPNG in concert with other raster functions</title>
                        <para>In this section, we'll demonstrate how to use the PHP PostgreSQL driver and the <xref linkend="RT_ST_AsGDALRaster" /> family of functions to
-                               output band 1 of a raster to a PHP request stream that can then be embedded in an img src html tag.</para>
+                               output band 1,2,3 of a raster to a PHP request stream that can then be embedded in an img src html tag.</para>
                                
                        <para>The sample query demonstrates how to combine a whole bunch of raster functions together to grab all tiles that intersect
                                a particular wgs 84 bounding box and then unions with <xref linkend="RT_ST_Union" /> the intersecting tiles together returning all bands, transforms to user specified projection using <xref linkend="RT_ST_Transform" />,