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 b389939 Provide a contextual menu for generating isolines at a
constant interval in a range. This work required a refactoring of the way we
validate `TextField` value in order to share code.
new 2d01b06 Use `BigDecimal` for computation of intermediate levels for
making sure that we do not surprise users with rounding errors before final
conversion to `double`.
new e05a30a Add a `CoverageCanvasApp` for manual & visual testing of
`CoverageCanvas`.
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:
.../org/apache/sis/gui/coverage/RenderingData.java | 3 +-
.../java/org/apache/sis/gui/map/MapCanvas.java | 7 +-
.../sis/internal/gui/control/FormatApplicator.java | 19 +++
.../sis/internal/gui/control/ValueColorMapper.java | 44 ++++--
.../apache/sis/gui/coverage/CoverageCanvasApp.java | 147 +++++++++++++++++++++
.../org/apache/sis/gui/coverage/GridViewApp.java | 17 ++-
.../apache/sis/coverage/grid/SliceGeometry.java | 6 +-
.../java/org/apache/sis/image/TiledImageMock.java | 30 ++++-
8 files changed, 252 insertions(+), 21 deletions(-)
create mode 100644
application/sis-javafx/src/test/java/org/apache/sis/gui/coverage/CoverageCanvasApp.java