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 99c87cf118 Fix a `NullPointerException` when user is interrested only in the derivative. new 5e9e53f10c Replace "inverse projection" by "reverse projection". This is a change in documentation only. add d972b4e44f chore(Referencing): add a unit test to reproduce a corner-case problem in a sequence of coordinate transformation new e6d4c167a5 Merge remote-tracking branch 'origin/fix/zero-based-transform' into geoapi-4.0. The 2 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: .../operation/projection/AuthalicConversion.java | 2 +- .../operation/projection/CassiniSoldner.java | 4 +-- .../operation/projection/ConformalProjection.java | 4 +-- .../referencing/operation/projection/Inverter.java | 6 ++-- .../projection/ModifiedAzimuthalEquidistant.java | 4 +-- .../operation/projection/NormalizedProjection.java | 20 ++++++------ .../operation/projection/ObliqueStereographic.java | 2 +- .../operation/projection/Polyconic.java | 2 +- .../operation/projection/TransverseMercator.java | 8 ++--- .../org/apache/sis/geometry/EnvelopesTest.java | 36 +++++++++++++++++++++- .../operation/projection/AlbersEqualAreaTest.java | 4 +-- .../projection/AzimuthalEquidistantTest.java | 2 +- .../operation/projection/Benchmark.java | 4 +-- .../projection/LambertAzimuthalEqualAreaTest.java | 2 +- .../operation/projection/MercatorTest.java | 2 +- .../operation/projection/MollweideTest.java | 2 +- .../projection/ObliqueStereographicTest.java | 4 +-- .../operation/projection/PolyconicTest.java | 2 +- .../projection/ProjectionResultComparator.java | 4 +-- .../projection/TransverseMercatorTest.java | 2 +- 20 files changed, 75 insertions(+), 41 deletions(-)