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 ea5179e8dd Partial fix of logging records that were lost:
new 75897ab425 When the slider position is updated, the original resource
should not be set to null. This is necessary for continuing to receive log
events.
new b7e9022f41 Avoid excesive amount of "mouse cursor changed" events.
new b4cf213bf3 Move `ValueUnderCursor.FromCoverage` as a top-level class
for easier maintenance. Refactor for fetching and formatting values in a
background thread instead of JavaFX thread.
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/CoverageExplorer.java | 4 +-
.../apache/sis/gui/coverage/GridSliceSelector.java | 1 +
.../org/apache/sis/gui/coverage/ImageRequest.java | 4 +-
.../apache/sis/gui/coverage/ViewAndControls.java | 2 +-
.../java/org/apache/sis/gui/map/MapCanvas.java | 18 +-
.../java/org/apache/sis/gui/map/StatusBar.java | 68 +-
.../org/apache/sis/gui/map/ValuesFormatter.java | 522 +++++++++++++++
.../org/apache/sis/gui/map/ValuesFromCoverage.java | 264 ++++++++
.../org/apache/sis/gui/map/ValuesUnderCursor.java | 699 +++++++--------------
9 files changed, 1056 insertions(+), 526 deletions(-)
create mode 100644
application/sis-javafx/src/main/java/org/apache/sis/gui/map/ValuesFormatter.java
create mode 100644
application/sis-javafx/src/main/java/org/apache/sis/gui/map/ValuesFromCoverage.java