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

doc/reference_raster.xml

index 9743869d3444da003cb83e140ff5ec7564ad6f77..cf275d58792fb6563eca9cfd71c44acd0e4e8259 100644 (file)
@@ -3480,7 +3480,9 @@ WHERE rid = 2;
  SELECT rast As orig, ST_Resample(rast,100,100) As reduce_100   
   FROM aerials.boston 
        WHERE ST_Intersects(rast,
-                               ST_Transform(ST_MakeEnvelope(-71.128, 42.2392,-71.1277, 42.2397, 4326),26986) ) limit 1 ) As foo;
+         ST_Transform(
+           ST_MakeEnvelope(-71.128, 42.2392,-71.1277, 42.2397, 4326),26986) ) 
+               limit 1 ) As foo;
  orig_width | new_width
 ------------+-------------
         200 |         100