This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch simplify-geometries
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    from 51cdaffc Fix minor issues
     add 05c764ce Replace cascaded union by a stream of union

No new revisions were added by this update.

Summary of changes:
 .../baremaps/collection/AppendOnlyBuffer.java      | 85 +++++++++++--------
 .../baremaps/collection/algorithm/UnionStream.java | 99 ++++++++++++++++++++++
 .../org/apache/baremaps/workflow/tasks/Entity.java | 16 +++-
 .../workflow/tasks/TransformEntityCollection.java  | 18 ++--
 .../collection/algorithm/UnionStreamTest.java      | 54 ++++++++++++
 examples/simplification/workflow.json              | 26 ------
 6 files changed, 223 insertions(+), 75 deletions(-)
 create mode 100644 
baremaps-core/src/main/java/org/apache/baremaps/collection/algorithm/UnionStream.java
 create mode 100644 
baremaps-core/src/test/java/org/apache/baremaps/collection/algorithm/UnionStreamTest.java

Reply via email to