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 85cfff7 Handle the corner-case of coordinate system WKT (the "CS"
keyword) in definition of aliases.
new 84001f1 Log warnings during WKT parsing by `WKTDictionary`.
new a1ab9bb Update examples of ESRI codes.
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:
.../java/org/apache/sis/io/wkt/AbstractParser.java | 9 +++
.../java/org/apache/sis/io/wkt/WKTDictionary.java | 3 +
.../main/java/org/apache/sis/io/wkt/WKTFormat.java | 42 +++++++++++---
.../main/java/org/apache/sis/io/wkt/Warnings.java | 3 +-
.../java/org/apache/sis/io/wkt/doc-files/ESRI.txt | 65 +++++++++++++++-------
5 files changed, 90 insertions(+), 32 deletions(-)