]> granicus.if.org Git - postgis/commitdiff
minor formatting change
authorRegina Obe <lr@pcorp.us>
Sat, 24 Dec 2011 21:39:49 +0000 (21:39 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 24 Dec 2011 21:39:49 +0000 (21:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8572 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index ecfce8ec93b8d0534926667a491dc79e17424842..70de53da1cb58467ca6d0ee6180a3f9eb4168527 100644 (file)
@@ -3632,7 +3632,8 @@ SELECT descrip, ST_ScaleX(rast) As newsx, ST_ScaleY(rast) As newsy
                                        <programlisting>SELECT ST_Width(mass_stm) As w_before, ST_Width(wgs_84) As w_after,
   ST_Height(mass_stm) As h_before, ST_Height(wgs_84) As h_after
        FROM 
-       ( SELECT rast As mass_stm, ST_Transform(rast,4326) As wgs_84,  ST_Transform(rast,4326, 'Bilinear') AS wgs_84_bilin
+       ( SELECT rast As mass_stm, ST_Transform(rast,4326) As wgs_84
+  ,  ST_Transform(rast,4326, 'Bilinear') AS wgs_84_bilin
                FROM aerials.o_2_boston 
                        WHERE ST_Intersects(rast,
                                ST_Transform(ST_MakeEnvelope(-71.128, 42.2392,-71.1277, 42.2397, 4326),26986) )