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 549b647c88 More immediate feedback to user about the changes in source 
canvas that are replicated in the target canvas. The interim JavaFX transform 
is used without waiting for the background thread to complete the re-rendering.
     new ae63253c7f Adjust cursor position in the target canvas when the map in 
source canvas moved without a change in mouse position.
     new c99e4ca07d Add a margin when rendering the map.
     new b4543619f1 Use the mouse position as the point where change in target 
canvas should be the same (in "real world" units) as the change in source 
canvas.

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/map/GestureFollower.java    | 94 +++++++++++++++-------
 .../java/org/apache/sis/gui/map/MapCanvas.java     |  2 +-
 .../java/org/apache/sis/gui/map/MapCanvasAWT.java  | 11 ++-
 .../org/apache/sis/portrayal/CanvasFollower.java   | 40 +++++++--
 .../apache/sis/portrayal/TransformChangeEvent.java |  2 +-
 .../org/apache/sis/geometry/DirectPosition2D.java  | 14 +++-
 .../transform/ConcatenatedTransform2D.java         |  2 +-
 .../transform/PassThroughTransform2D.java          |  2 +-
 8 files changed, 121 insertions(+), 46 deletions(-)

Reply via email to