This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git
from 90b42ea528 Merge branch 'geoapi-3.1'
add 211b1b8dcb Fix numerous problems identified while testing SIS 1.5-RC3:
* `sis-embedded-data` does not work because of database located in the wrong
folder. * `AuthorityFactoryIdentifier` checks the wrong interfaces when
searching EPSG code. * Incomplete path to EPSG data when using
`org.apache.sis.epsg.downloadURL` property. * JavaFX installation wizard
impossible to read because too small on HiDPI screen. * Wrong JavaFX version,
wrong expected size of EPSG database after installation.
add 6b9580bd91 Fix a `FactoryException` thrown when trying to find the
EPSG code of a CRS named "WGS 84". In EPSG database 9.9.1, exactly one CRS had
that name. But in EPSG 12, there is 3 of them.
add 65ad59bebe Merge branch 'geoapi-4.0' into geoapi-3.1
new c6bd7e182a Merge branch 'geoapi-3.1'
The 1 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:
.../org/apache/sis/console/IdentifierCommand.java | 7 +-
.../sql/internal/shared/LocalDataSource.java | 2 +-
.../sis/referencing/crs/AbstractDerivedCRS.java | 13 ++-
.../factory/AuthorityFactoryIdentifier.java | 39 +++++++--
.../factory/IdentifiedObjectFinder.java | 2 +-
.../factory/MultiAuthoritiesFactory.java | 2 +-
.../referencing/factory/sql/EPSGCodeFinder.java | 6 +-
.../referencing/factory/sql/EPSGDataAccess.java | 16 +++-
.../report/CoordinateReferenceSystems.java | 13 +--
.../apache/sis/setup/OptionalInstallations.java | 18 ++--
.../main/org/apache/sis/gui/setup/FXFinder.java | 6 +-
.../main/org/apache/sis/gui/setup/Wizard.java | 99 +++++++++++++++-------
.../main/org/apache/sis/gui/setup/WizardPage.java | 4 +-
.../sis/resources/embedded/EmbeddedResources.java | 6 +-
.../resources/embedded/EmbeddedResourcesTest.java | 2 +-
.../apache/sis/resources/embedded/Generator.java | 6 +-
.../factory/sql/epsg/DataScriptUpdater.java | 3 +
parent/sis.css | 6 --
18 files changed, 165 insertions(+), 85 deletions(-)