This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch raster-processing
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from 65204dff Fix polygonization
add 7d517997 Fix unit tests
No new revisions were added by this update.
Summary of changes:
.../tilestore/raster/ContourTileStore.java | 7 ++--
baremaps-raster/pom.xml | 4 +++
...ontourTracer.java => PolygonContourTracer.java} | 4 +--
.../apache/baremaps/raster/ContourRenderer.java | 2 +-
.../baremaps/raster/ContourTileStoreTest.java | 2 +-
.../raster/ContourTracerLineStringTest.java | 35 +++++++++----------
.../raster/ContourTracerPolygonRandomTest.java | 39 ----------------------
...mpleTest.java => ContourTracerPolygonTest.java} | 39 +++++++++++-----------
.../apache/baremaps/raster/ContourTracerTest.java | 6 ++--
.../org/apache/baremaps/raster/GeometryDrawer.java | 2 +-
.../baremaps/testing/GeometryAssertions.java | 11 +++++-
11 files changed, 64 insertions(+), 87 deletions(-)
rename
baremaps-raster/src/main/java/org/apache/baremaps/raster/{ContourTracer.java =>
PolygonContourTracer.java} (98%)
delete mode 100644
baremaps-raster/src/test/java/org/apache/baremaps/raster/ContourTracerPolygonRandomTest.java
rename
baremaps-raster/src/test/java/org/apache/baremaps/raster/{ContourTracerPolygonSimpleTest.java
=> ContourTracerPolygonTest.java} (71%)