]> granicus.if.org Git - postgis/commitdiff
some cosmetic cleanup
authorRegina Obe <lr@pcorp.us>
Fri, 23 Dec 2011 08:38:58 +0000 (08:38 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 23 Dec 2011 08:38:58 +0000 (08:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8517 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 53df5ab9bb471756a15f67071b0d60fe9353eac3..0eba24711c46bf55fb8664c0747490953c7e6243 100644 (file)
@@ -4950,11 +4950,12 @@ rid |        rastbox
                                
                                <para>Returns a single band raster that is a band clipped by the input geometry <varname>geom</varname>.  If no band is specified band 1 is assumed. </para>
                                <para>Availability: 2.0.0 </para>
+                               <para>Examples here use Massachusetts aerial data available on MassGIS site <ulink url="http://www.mass.gov/mgis/colororthos2008.htm">MassGIS Aerial Orthos</ulink>. Coordinates are in Massachusetts State Plane Meters.</para>
                        </refsection>
                                
                        <refsection>
                                <title>Examples: 1 band clipping</title>
-                               <para>Examples here use Massachusetts aerial data available on MassGIS site <ulink url="http://www.mass.gov/mgis/colororthos2008.htm">MassGIS Aerial Orthos</ulink>. Coordinates are in Massachusetts State Plane Meters.</para>
+
                                
 <programlisting>-- Clip the first band of an aerial tile by a 20 meter buffer. Trimming raster 
 SELECT ST_Clip(rast, 
@@ -5003,7 +5004,7 @@ SELECT ST_AddBand(NULL,
        FROM aerials.boston
 WHERE rid = 4) As foo;</programlisting>
 <informaltable>
-  <tgroup cols="3">
+  <tgroup cols="2">
        <tbody>
          <row>
                <entry><informalfigure>
@@ -5015,15 +5016,6 @@ WHERE rid = 4) As foo;</programlisting>
                        </mediaobject>
                  </informalfigure>
                 </entry>
-               <entry><informalfigure>
-                       <mediaobject>
-                         <imageobject>
-                               <imagedata fileref="images/st_clip02.png" />
-                         </imageobject>
-                         <caption><para>After Clipping</para></caption>
-                       </mediaobject>
-                 </informalfigure>
-                </entry>
        <entry><informalfigure>
                        <mediaobject>
                          <imageobject>