This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 280e84ecf9 Merge branch 'geoapi-4.0' into 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.
     new 65ad59bebe Merge branch 'geoapi-4.0' into 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        | 37 ++++++--
 .../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  |  6 +-
 .../apache/sis/resources/embedded/Generator.java   |  6 +-
 .../factory/sql/epsg/DataScriptUpdater.java        |  3 +
 parent/sis.css                                     |  6 --
 18 files changed, 164 insertions(+), 88 deletions(-)

Reply via email to