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 89ec44d Separate the case of nodes to move together with the map ("floatingPane")
with the nodes to keep at fixed positions regardless pans, zooms and rotations ("fixedPane").
new fba5c2b Add listeners to keyboard, track pad or touch screen for navigation.
new be8e094 Check for spherical case in Modified Azimuthal Equidistant projection.
new f2f5771 separate the Java2D-specific rendering code in MapCanvasAWT subclass. It
allows to use MapCanvas base class with pure JavaFX graphics.
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:
.../org/apache/sis/gui/coverage/CoverageView.java | 4 +-
.../java/org/apache/sis/gui/map/MapCanvas.java | 696 +++++++++------------
.../java/org/apache/sis/gui/map/MapCanvasAWT.java | 460 ++++++++++++++
.../java/org/apache/sis/gui/map/package-info.java | 4 +-
.../operation/projection/AzimuthalEquidistant.java | 9 +
.../projection/ModifiedAzimuthalEquidistant.java | 24 +
6 files changed, 787 insertions(+), 410 deletions(-)
create mode 100644 application/sis-javafx/src/main/java/org/apache/sis/gui/map/MapCanvasAWT.java
|