From commits-return-13870-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Wed Sep 2 14:09:56 2020 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with ESMTP id 2241119915 for ; Wed, 2 Sep 2020 14:09:56 +0000 (UTC) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id C4D1A12143E for ; Wed, 2 Sep 2020 14:09:55 +0000 (UTC) Received: (qmail 87892 invoked by uid 500); 2 Sep 2020 14:09:55 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 87852 invoked by uid 500); 2 Sep 2020 14:09:55 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 87834 invoked by uid 99); 2 Sep 2020 14:09:55 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2020 14:09:55 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0D18F8088C; Wed, 2 Sep 2020 14:09:54 +0000 (UTC) Date: Wed, 02 Sep 2020 14:09:54 +0000 To: "commits@sis.apache.org" Subject: [sis] branch geoapi-4.0 updated (0a02a2a -> acb8871) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159905579447.30631.3385710619278980789@gitbox.apache.org> From: desruisseaux@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: sis X-Git-Refname: refs/heads/geoapi-4.0 X-Git-Reftype: branch X-Git-Oldrev: 0a02a2a9816ccde86bdec56096e8e3010b3e8ec4 X-Git-Newrev: acb88719cc1951935b25e77c0b863de0cc6e184a X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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(-)