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 a2ecd9979b Include version number in fallback CRS. It is a way to tell that those definitions do not use datum ensemble. new fa9360b0a9 Clarify that the hard-coded CRS used as fallback in absence of EPSG geodetic dataset can be found in public sources. EPSG metadata such as scope and aliases other than abbreviations are omitted, except the identifier (code) which is interpreted as a reference telling where to find the full definition. A notice is added as a remark in CRS objects. new 8c02b2ed66 Remove an invisible character (zero-width space). 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/openoffice/ReferencingFunctionsTest.java | 6 +- .../java/org/apache/sis/image/BandedIterator.java | 12 +- .../java/org/apache/sis/image/PixelIterator.java | 8 +- .../apache/sis/image/WritablePixelIterator.java | 6 +- .../apache/sis/internal/referencing/Resources.java | 6 + .../sis/internal/referencing/Resources.properties | 1 + .../internal/referencing/Resources_fr.properties | 1 + .../main/java/org/apache/sis/referencing/CRS.java | 20 ++- .../java/org/apache/sis/referencing/CommonCRS.java | 160 ++++++++++----------- .../sis/referencing/EPSGFactoryFallback.java | 41 ++---- .../apache/sis/referencing/IdentifiedObjects.java | 14 +- .../sis/referencing/StandardDefinitions.java | 90 ++++++++---- .../sis/referencing/StandardDefinitionsTest.java | 2 +- 13 files changed, 205 insertions(+), 162 deletions(-)