[geos-commits] [SCM] GEOS branch main updated. f2c2865060c33aee85c8411b909acc822382c95b
git at osgeo.org
git at osgeo.org
Wed Jun 4 23:26:26 PDT 2025
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 has been updated
via f2c2865060c33aee85c8411b909acc822382c95b (commit)
from 09ca93a58195d690e3b764a6373d3ba723623acc (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 f2c2865060c33aee85c8411b909acc822382c95b
Author: Even Rouault <even.rouault at spatialys.com>
Date: Thu Jun 5 07:26:07 2025 +0100
UnaryUnionOp::Union(): fix wrong comment (#1271)
diff --git a/src/operation/union/UnaryUnionOp.cpp b/src/operation/union/UnaryUnionOp.cpp
index a801e5658..09073f59a 100644
--- a/src/operation/union/UnaryUnionOp.cpp
+++ b/src/operation/union/UnaryUnionOp.cpp
@@ -100,7 +100,9 @@ UnaryUnionOp::Union()
/*
* Performing two unions is somewhat inefficient,
- * but is mitigated by unioning lines and points first
+ * but is mitigated by unioning lines and polygons first
+ * (since point union can be done efficiently
+ * against a collection of lines and polygons)
*/
GeomPtr unionLA = unionWithNull(std::move(unionLines), std::move(unionPolygons));
-----------------------------------------------------------------------
Summary of changes:
src/operation/union/UnaryUnionOp.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list