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 50f768333d Try to show more debugging information during isoline generation. new eb92215d15 Show data in background and show the final result of isoline generation. new 531be33a78 Move `Result` inner class as a top-level class. There is no code change other than this move. The 2 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: .../sis/internal/processing/isoline/Isolines.java | 59 +------------ .../sis/internal/processing/isoline/Result.java | 98 ++++++++++++++++++++++ .../internal/processing/isoline/StepsViewer.java | 75 ++++++++++++++--- 3 files changed, 164 insertions(+), 68 deletions(-) create mode 100644 core/sis-feature/src/main/java/org/apache/sis/internal/processing/isoline/Result.java