Skip to content

Commit

Permalink
Split inputs for CoverageUnion
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Sep 24, 2022
1 parent e50f1dd commit b3b620c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operation/union/CoverageUnion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ std::unique_ptr<geom::Geometry> CoverageUnion::Union(const geom::Geometry* geom)

operation::cluster::GeometryIntersectsClusterFinder f;
operation::cluster::DisjointOperation op(f);
op.setSplitInputs(true);
auto ret = op.processDisjointSubsets(*geom, [&factory](const geom::Geometry& g) {
CoverageUnion cu;

Expand Down

0 comments on commit b3b620c

Please sign in to comment.