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 0a02a2a Add a "Copy > Coordinates of here" menu item for making easier to check
position on e.g. Google Map.
new dfec2ae Add a menu item for coyping the path to a file.
new 475fd86 More accurate identification of error when image size is not an integer
multiple of tile size.
new aa8ce36 More informative error message when an envelope or position given to a GeneralEnvelope
does not have the expected CRS.
new acb8871 GridDerivation.subgrid[…) needs to transform the `areaOfInterest` envelope
if the CRSs are not equal.
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:
.../org/apache/sis/gui/dataset/ResourceTree.java | 81 ++++++++++++++++++++--
.../org/apache/sis/gui/dataset/WindowManager.java | 3 +-
.../main/java/org/apache/sis/gui/map/MapMenu.java | 7 +-
.../org/apache/sis/internal/gui/Resources.java | 15 ++--
.../apache/sis/internal/gui/Resources.properties | 3 +-
.../sis/internal/gui/Resources_fr.properties | 3 +-
.../apache/sis/coverage/grid/GridDerivation.java | 7 +-
.../java/org/apache/sis/image/PlanarImage.java | 14 +++-
.../sis/coverage/grid/GridDerivationTest.java | 70 +++++++++++++++++--
.../org/apache/sis/geometry/AbstractEnvelope.java | 13 +++-
.../apache/sis/internal/storage/URIDataStore.java | 44 +++++++++++-
.../sis/internal/storage/io/IOUtilities.java | 17 ++++-
12 files changed, 242 insertions(+), 35 deletions(-)
|