[geos-commits] [SCM] GEOS branch main-relate-ng updated. 55a5dc529418b13e666e31d06339d78a52179119
git at osgeo.org
git at osgeo.org
Mon Jul 29 08:03:15 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 "GEOS".
The branch, main-relate-ng has been updated
via 55a5dc529418b13e666e31d06339d78a52179119 (commit)
from 4f213c1df393628e531622b49337e03184869e27 (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 55a5dc529418b13e666e31d06339d78a52179119
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Jul 29 08:02:36 2024 -0700
Fix bug in disjoint()
diff --git a/include/geos/operation/relateng/RelatePredicate.h b/include/geos/operation/relateng/RelatePredicate.h
index 38a6cd676..00e6926bd 100644
--- a/include/geos/operation/relateng/RelatePredicate.h
+++ b/include/geos/operation/relateng/RelatePredicate.h
@@ -123,6 +123,11 @@ class DisjointPredicate : public BasicPredicate {
return false;
}
+ bool requireInteraction() const override {
+ //-- ensure entire matrix is computed
+ return false;
+ }
+
bool requireExteriorCheck(bool isSourceA) const override {
(void)isSourceA;
//-- intersects only requires testing interaction
-----------------------------------------------------------------------
Summary of changes:
include/geos/operation/relateng/RelatePredicate.h | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list