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 bcf37c2a15 Bug fix: `GridView` in the JavaFX application was not 
showing all values. This is a rewrite of the `GridViewSkin` class which was 
drawing the cells. The new implementation draws the cells itself instead of 
relying on Table.
     new 4ae8cc9c0d Avoid too long `AREA` description in WKT. In particular, 
the area of EPSG:4326 is more than 3000 characters long because it enumerates 
all countries.
     new 7156ea4940 Upgrade from EPSG database version 12.013 to 12.026.

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:
 .../iso/extent/DefaultGeographicDescription.java   |  20 +++-
 .../apache/sis/metadata/iso/extent/Extents.java    |  44 ++++++++-
 .../apache/sis/metadata/MetadataCopierTest.java    |  16 +--
 .../sis/metadata/iso/extent/ExtentsTest.java       |  11 ++-
 .../main/org/apache/sis/io/wkt/Formatter.java      |   2 +-
 .../apache/sis/io/wkt/GeodeticObjectParser.java    |   3 +-
 .../main/org/apache/sis/referencing/Builder.java   |   2 +-
 .../sis/referencing/ImmutableIdentifier.java       |   4 +-
 .../referencing/factory/sql/EPSGDataAccess.java    | 110 +++++++++++++--------
 .../sis/referencing/internal/DeprecatedCode.java   |  45 ++++++---
 .../provider/FranceGeocentricInterpolation.java    |   5 +-
 .../sis/referencing/operation/provider/NADCON.java |   1 +
 .../sis/referencing/operation/provider/NTv1.java   |   1 +
 .../sis/referencing/operation/provider/NTv2.java   |   1 +
 .../apache/sis/referencing/privy/WKTUtilities.java |  44 ++++++++-
 .../operation/provider/ProvidersTest.java          |  10 +-
 .../apache/sis/storage/netcdf/MetadataReader.java  |   2 +-
 .../main/org/apache/sis/storage/FeatureQuery.java  |  49 ++++++++-
 .../apache/sis/storage/base/MetadataBuilder.java   |  17 ++--
 .../main/org/apache/sis/util/Locales.java          |   5 +-
 .../sis/storage/shapefile/ShapefileStore.java      |   6 +-
 .../org/apache/sis/gui/coverage/CellFormat.java    |   5 +
 .../sis/referencing/factory/sql/epsg/Clear.sql     |  31 ++++++
 .../sis/referencing/factory/sql/epsg/README.md     |   3 +-
 24 files changed, 332 insertions(+), 105 deletions(-)

Reply via email to