]> granicus.if.org Git - postgis/commitdiff
Fixed documentation error with respect to box3d
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 26 Oct 2001 16:30:27 +0000 (16:30 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 26 Oct 2001 16:30:27 +0000 (16:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@93 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 169e3c0845d86aafd8f94c835e04114b5e273bbb..6e4285e0c3d996aa6aaf8b9261fd6ccb23f997be 100644 (file)
@@ -679,7 +679,7 @@ id | geom                                    | name
                         "map frame" worth of data for display. Using a "BOX3D" object for the frame,
                         such a query looks like this:</para> 
                  <literallayout>SELECT AsText(GEOM) AS GEOM FROM ROADS_GEOM 
-  WHERE GEOM &amp;&amp; GeometryFromText('BOX3D(191232 243117,191232 243119)',-1);</literallayout> 
+  WHERE GEOM &amp;&amp; GeometryFromText('BOX3D(191232 243117,191232 243119)'::box3d,-1);</literallayout> 
                  <para>Note the use of the SRID, to specify the projection of the BOX3D.  The -1 is used to indicate no specified SRID.</para> 
                </sect2> 
                <sect2>