4
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'geoapi-3.1'. More... 24 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. More... 24 days ago
Add a safety for parsing a CRS code as an HTTP URL when using the fallback factory. It seems necessary for the tests on the Jenkins server. The reason why the code doesn't go through `MultiAuthoritiesFactory` on the Jenkins server is unknown (we cannot reproduce this test failure locally). More... 24 days ago
Post-merge cleanup: edit documentation, remove unnecessary `@SuppressWarnings`. More... 24 days ago
Merge branch 'geoapi-3.1': automatic post-merge import reorganization. More... 24 days ago
Post-merge automatic import reorganization. More... 24 days ago
Post-merge automatic import reorganization. More... 24 days ago
Merge branch 'geoapi-3.1'. More... 24 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. This merge avoid deprecated `getScope()` and `getDomainOfValidity()` methods. Those methods are replaced by `getDomains()`. More... 24 days ago
Avoid usage of `getScope()` and `getDomainOfValidity()` methods, which are deprecated in GeoAPI 3.1 and removed in GeoAPI 4.0. They are replaced by `ObjectDomain`. More... 25 days ago
Fix an import order. More... 28 days ago
Merge automatic import reorganization (for isolating the difference between branches). More... 28 days ago
Merge automatic import reorganization. More... 28 days ago
Post-merge automatic import reorganization. More... 28 days ago
Merge branch 'geoapi-3.1'. More... 28 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1, but without the removal of deprecated interfaces and methods. More... 28 days ago
Update for the removal of deprecated ImageDatum, ImageCRS and UserDefinedCS interfaces. Those interfaces were defined in ISO 19111:2007 but removed in ISO 19111:2019. More... 28 days ago
Post-merge cleanup. The `DefaultGeocentricCRS` class and its factory methods are marked as deprecated since 2.0 instead of 1.5 because we will not deprecate that class in the branch that depends on GeoAPI 3.0, because there is no replacement. The replacements will need to wait for GeoAPI 3.1. More... 28 days ago
Merge branch 'geoapi-3.1'. This is the beginning of an upgrade to ISO 19111:2019. More... 28 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1: First round of upgrade to ISO 19111:2019. More... 29 days ago
Resolve a few warnings (not all) about the deprecated `VerticalDatumType` code list. More... 29 days ago
Resolve deprecation warnings about `AuthorityFactory.getDescriptionText(String)`. More... 29 days ago
Merge branch 'geoapi-3.1'. More... about 1 month ago
Merge branch 'geoapi-4.0' into geoapi-3.1: cleanup before work on ISO 19111:2019. More... about 1 month ago
Partial upgrade for ISO 19111:2019. This commit merely ensures that the code still compile. It does not yet implement new features such as dynamic datums and point motion operations. However this commit has some skeleton classes for dynamic CRS. More... about 1 month ago
Remove a few methods that can be provided as default GeoAPI methods. More... about 2 months ago
Avoid unnecessary message for aborted tests. More... about 2 months ago
Add a notice about Font-GIS licence: SIL Open Font License (OFL) version 1.1 More... about 2 months ago
Complete the renaming from `getOrdinate(int)` to `getCoordinate(int)` in a few missing places. Fix documentation and code formatting in some places that we forgot to update. More... about 2 months ago
Merge branch 'geoapi-3.1': - Documentation fixes. - Rename "ordinate" as "coordinate" where possible. More... about 2 months ago