This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.
from d6ca8ba Better catching of exceptions to be reported to user.
new 3bba8ad Remove `transformOnNewImage`, which was not necessary. It
simplifies the handling of transforms and seems to resolve a discontinuity
sometime observed during pan events.
new 6e39e36 Increase the off-screen margin for smother pan gestures.
new 2e68ca4 Add a public API for isolines.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/sis/gui/coverage/CoverageCanvas.java | 2 +-
.../java/org/apache/sis/gui/map/MapCanvas.java | 37 ++++-----
.../java/org/apache/sis/image/ImageProcessor.java | 72 +++++++++++++++++-
.../sis/internal/processing/image/Isolines.java | 88 ++++++++++++++++++++++
.../org/apache/sis/image/ImageProcessorTest.java | 58 ++++++++++++++
.../internal/processing/image/IsolinesTest.java | 12 +--
.../apache/sis/test/suite/FeatureTestSuite.java | 1 +
7 files changed, 239 insertions(+), 31 deletions(-)
create mode 100644
core/sis-feature/src/test/java/org/apache/sis/image/ImageProcessorTest.java