[SCM] PostGIS branch master updated. 3.4.0rc1-1119-g8bb45e355
git at osgeo.org
git at osgeo.org
Mon May 20 12:15:55 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 8bb45e3552de3bf93d3cc064d206d10379fbfa97 (commit)
from 2df90f2a4f450c21183edd830b89bbe29926472e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8bb45e3552de3bf93d3cc064d206d10379fbfa97
Author: Martin Davis <mtnclimb at gmail.com>
Date: Mon May 20 12:15:46 2024 -0700
Fix ST_Touches definition equation typo
diff --git a/doc/reference_relationship.xml b/doc/reference_relationship.xml
index fb42bf111..53ee5524a 100644
--- a/doc/reference_relationship.xml
+++ b/doc/reference_relationship.xml
@@ -1724,7 +1724,7 @@ SELECT pat.name AS relationship, pat.val AS pattern,
since points do not have a boundary.</para>
<para>In mathematical terms:
- <emphasis>ST_Touches(A, B) ⇔ (Int(A) ⋂ Int(B) ≠ ∅) ∧ (A ⋂ B ≠ ∅) </emphasis></para>
+ <emphasis>ST_Touches(A, B) ⇔ (Int(A) ⋂ Int(B) = ∅) ∧ (A ⋂ B ≠ ∅) </emphasis></para>
<para>This relationship holds if the DE-9IM Intersection Matrix for the two geometries matches one of:</para>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_relationship.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list