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 38499ac Add isoline rendering capabilities to `CoverageCanvas` using
the information provided by user in a `TableView`.
new 9279763 Tune tracing information for debugging purposes.
new 1f50f98 Add a few assertions and comments. Fix mouse cursor shape
during drag events.
new 8713ecc Remove RenderingMode.DIRECT because it causes twinkle at
rendering time.
new 430647f Prepare an image slightly larger than viewport area for more
continuous translations (pans).
The 4 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 | 43 ++--
.../apache/sis/gui/coverage/IsolineRenderer.java | 7 +
.../org/apache/sis/gui/coverage/RenderingData.java | 2 +-
.../java/org/apache/sis/gui/map/MapCanvas.java | 29 ++-
.../java/org/apache/sis/gui/map/MapCanvasAWT.java | 225 ++++++++-------------
.../java/org/apache/sis/gui/map/RenderingMode.java | 51 -----
6 files changed, 136 insertions(+), 221 deletions(-)
delete mode 100644
application/sis-javafx/src/main/java/org/apache/sis/gui/map/RenderingMode.java