]> granicus.if.org Git - postgis/commitdiff
Other minor fix.
authorPierre Racine <Pierre.Racine@sbf.ulaval.ca>
Wed, 29 Feb 2012 02:56:15 +0000 (02:56 +0000)
committerPierre Racine <Pierre.Racine@sbf.ulaval.ca>
Wed, 29 Feb 2012 02:56:15 +0000 (02:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9338 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index cb7d5e5f272571ea44be2784f680a2718ed6cc21..9580ab76bd1701df3351ca7afe22dca3268cdb9f 100644 (file)
@@ -5686,7 +5686,7 @@ FROM dummy_rast;
                                
                                <note><para>To get more control on the resulting extent or on what to return when encountering a nodata value, use the two rasters version of <xref linkend="RT_ST_MapAlgebraExpr2" />.</para></note>
                                
-                               <note><para>To compute the intersection of a raster band with a geometry in raster space, use <xref linkend="RT_ST_Clip". ST_Clip works on multiple bands rasters and does not return a band corresponding to the rasterized geometry.</para></note>
+                               <note><para>To compute the intersection of a raster band with a geometry in raster space, use <xref linkend="RT_ST_Clip" />. ST_Clip works on multiple bands rasters and does not return a band corresponding to the rasterized geometry.</para></note>
                                
                                <note><para>ST_Intersection should be used in conjunction with ST_Intersects and an index on the raster column and/or the geometry column.</para></note>