From: Chris Hodgson <chodgson@refractions.net>
Date: Thu, 6 Mar 2003 18:10:30 +0000 (+0000)
Subject: Updated the documentation for the '~' operator and added documentation for the '... 
X-Git-Tag: pgis_0_7_5~8
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17d19d4d35ed818bd61f2d05b3de6759f72fa2ee;p=postgis

Updated the documentation for the '~' operator and added documentation for the '@' operator (they were backwards).


git-svn-id: http://svn.osgeo.org/postgis/trunk@245 b70326c6-7e19-0410-871a-916f4a2858ee
---

diff --git a/doc/postgis.xml b/doc/postgis.xml
index db9aac3f1..7390f63f8 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -1932,13 +1932,21 @@ if( geom.getType() = Geometry.POLYGON )
 					</listitem> 
 				</varlistentry> 
 				<varlistentry> 
-					<term>A ~ B</term> 
+					<term>A @ B</term> 
 					<listitem> 
-						<para>The "~" operator returns true of A's bounding box is
+						<para>The "@" operator returns true if A's bounding box is
 						  completely contained by B's bounding box.
 						</para> 
 					</listitem> 
 				</varlistentry> 
+				<varlistentry> 
+					<term>A ~ B</term> 
+					<listitem> 
+						<para>The "~" operator returns true if A's bounding box
+						  completely contains B's bounding box.
+						</para> 
+					</listitem> 
+				</varlistentry> 
 				<varlistentry> 
 					<term>A &amp;&amp; B</term> 
 					<listitem>