From 36ec5ffb4f52cffd430b7aa18e609117eb822aff Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Wed, 16 Jul 2008 05:10:32 +0000 Subject: [PATCH] updated the st_crosses method: made the geometry parameters lowercase and made a few changes to content. git-svn-id: http://svn.osgeo.org/postgis/trunk@2862 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_new.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 358b4e1c3..17e2ebf8b 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -486,7 +486,7 @@ FROM userpoints ; ST_Crosses - Returns TRUE if the Geometries have some, but not all, + Returns TRUE if the supplied geometries have some, but not all, interior points in common. @@ -495,9 +495,9 @@ FROM userpoints ; boolean ST_Crosses - Geometry g1 + geometry g1 - Geometry g2 + geometry g2 @@ -554,7 +554,7 @@ FROM userpoints ; symmetric. - Do not call with a GeometryCollection as an argument + Do not call with a GEOMETRYCOLLECTION as an argument -- 2.50.1