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 db22d5470c Adjust the precision of coordinate numbers shown when 
automatically scalling from meters to kilometers.
     new 4bce208f4d Replace "Proj.4" by "PROJ" when refering to the project. We 
keep "Proj4" as the namespace for PROJ-specific parameters because those 
parameters were defined before PROJ 6 provided full EPSG support.
     new 06e6987fd0 First draft of a limit applied (at visualisation time) on 
image reprojection. This is for preventing exceptions when rendering a world 
image in Mercator. For now we check only the World Mercator projection, but 
other cases should be added progressively in the future.

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:
 .../sis/metadata/iso/citation/Citations.java       |   7 +-
 .../apache/sis/metadata/sql/MetadataFallback.java  |  10 +-
 .../org/apache/sis/metadata/sql/Citations.sql      |   6 +-
 .../sis/metadata/iso/citation/CitationsTest.java   |   2 +-
 .../sis/metadata/sql/MetadataSourceTest.java       |   2 +-
 .../internal/map/coverage/ProjectionLimits.java    | 108 +++++++++++++++++++++
 .../sis/internal/map/coverage/RenderingData.java   |  55 ++++++++++-
 .../main/java/org/apache/sis/referencing/CRS.java  |   4 +-
 .../operation/projection/NormalizedProjection.java |   4 +-
 .../operation/projection/TransverseMercator.java   |   2 +-
 .../operation/projection/package-info.java         |   3 +-
 .../operation/projection/AlbersEqualAreaTest.java  |   4 +-
 .../projection/CylindricalEqualAreaTest.java       |   2 +-
 .../operation/projection/SinusoidalTest.java       |   4 +-
 .../report/CoordinateReferenceSystems.java         |   4 +-
 .../sis/test/integration/ConsistencyTest.java      |   4 +-
 .../org/apache/sis/internal/util/Constants.java    |   2 +
 17 files changed, 197 insertions(+), 26 deletions(-)
 create mode 100644 
core/sis-portrayal/src/main/java/org/apache/sis/internal/map/coverage/ProjectionLimits.java

Reply via email to