From commits-return-13451-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Thu Apr 9 16:56:35 2020 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 99D1A19950 for ; Thu, 9 Apr 2020 16:56:35 +0000 (UTC) Received: (qmail 16107 invoked by uid 500); 9 Apr 2020 16:56:35 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 16073 invoked by uid 500); 9 Apr 2020 16:56:35 -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 16055 invoked by uid 99); 9 Apr 2020 16:56:35 -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; Thu, 09 Apr 2020 16:56:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C891E8B6A3; Thu, 9 Apr 2020 16:56:34 +0000 (UTC) Date: Thu, 09 Apr 2020 16:56:34 +0000 To: "commits@sis.apache.org" Subject: [sis] branch geoapi-4.0 updated (6f8ff41 -> cac009d) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158645139475.4428.5120962965804632935@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: 6f8ff418335cd53b8512772baa63cfc53b8e7932 X-Git-Newrev: cac009db811dbac6c27803cd3c4e12da9b464c22 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 6f8ff41 Fix some anomalies observed when zooming or panning the map for a time long enough that some rendering happen during the gesture. This commit fixes some problems but not all of them; more investigations are needed. new a33b746 Replace http links by https and minor documentation fixes. new f6c88a1 Add missing parameters in the internal `toString()` representation of some map projections. new cac009d Simplify the handling of transforms by updating a single Affine instance instead than adding/removing instances in the ObservableList. 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: .../java/org/apache/sis/gui/map/MapCanvas.java | 113 ++++++++++----------- .../apache/sis/internal/metadata/AxisNames.java | 4 +- .../gazetteer/GeohashReferenceSystem.java | 2 +- .../apache/sis/internal/referencing/Formulas.java | 2 +- .../referencing/provider/Interpolation1D.java | 2 +- .../internal/referencing/provider/Mollweide.java | 2 +- .../java/org/apache/sis/io/wkt/Transliterator.java | 6 +- .../java/org/apache/sis/io/wkt/package-info.java | 2 +- .../apache/sis/referencing/cs/AxesConvention.java | 2 +- .../org/apache/sis/referencing/cs/AxisFilter.java | 2 +- .../sis/referencing/datum/BursaWolfParameters.java | 4 +- .../sis/referencing/datum/DefaultEllipsoid.java | 7 -- .../operation/DefaultConicProjection.java | 2 +- .../operation/DefaultCylindricalProjection.java | 2 +- .../operation/DefaultPlanarProjection.java | 2 +- .../referencing/operation/matrix/package-info.java | 2 +- .../operation/projection/AlbersEqualArea.java | 2 +- .../operation/projection/AzimuthalEquidistant.java | 73 ++++++++----- .../projection/LambertConicConformal.java | 2 +- .../referencing/operation/projection/Mercator.java | 2 +- .../projection/ModifiedAzimuthalEquidistant.java | 11 +- .../operation/projection/Mollweide.java | 4 +- .../operation/projection/NormalizedProjection.java | 2 +- .../operation/projection/ObliqueStereographic.java | 2 +- .../operation/projection/Orthographic.java | 41 ++++---- .../operation/projection/SatelliteTracking.java | 21 ++++ .../operation/projection/Sinusoidal.java | 2 +- .../operation/projection/package-info.java | 2 +- .../operation/transform/LinearTransform.java | 2 +- .../org/apache/sis/referencing/CommonCRSTest.java | 2 +- .../apache/sis/referencing/cs/HardCodedAxes.java | 4 +- .../org/apache/sis/internal/util/DoubleDouble.java | 2 +- .../java/org/apache/sis/internal/util/X364.java | 2 +- .../main/java/org/apache/sis/math/Statistics.java | 4 +- .../java/org/apache/sis/measure/NumberRange.java | 4 +- .../main/java/org/apache/sis/measure/Range.java | 4 +- .../java/org/apache/sis/measure/RangeFormat.java | 4 +- .../java/org/apache/sis/measure/UnitDimension.java | 2 +- .../java/org/apache/sis/math/StatisticsTest.java | 2 +- 39 files changed, 190 insertions(+), 162 deletions(-)