Messages by Thread
-
(sis) branch geoapi-3.1 updated (b0a78e75af -> ea550df01a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Remove usage of `org.opengis.temporal.TemporalFactory`. The latter was related to ISO 19108, which has not been updated since 2002, overlaps with `java.time`, overlaps with ISO 19111 and may overlap with the ongoing work in OGC temporal working group.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Remove dependency to `org.opengis.temporal.Instant`, replaced by `java.time.Instant`. https://github.com/opengeospatial/geoapi/issues/79
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for ISO 19108 interfaces and methods removed from GeoAPI-pending.
desruisseaux
-
(sis) branch geoapi-4.0 updated (a65df89e7f -> 24277ad9f9)
desruisseaux
-
(sis) branch main updated (dadfde5d17 -> aad6819d0b)
desruisseaux
-
(sis) branch geoapi-3.1 updated (12371196a0 -> b0a78e75af)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add Robinson projection. https://issues.apache.org/jira/browse/SIS-599
desruisseaux
-
(sis) branch geoapi-4.0 updated: Replace "http://geotiff.maptools.org/proj_list/" links by "https://gdal.org/proj_list/".
desruisseaux
-
(sis) branch geoapi-4.0 updated (11975baa18 -> 013a20ae66)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add "Longitude of natural origin" EPSG parameter name to `Sinusoidal` and `Mollweide.CENTRAL_MERIDIAN` because some WKT definitions appear to use it. Add missing declaration for `EquidistantCylindrical` projection in the workaround for applications that do not use module-path.
desruisseaux
-
(sis) branch geoapi-4.0 updated (eeb214ce1a -> 97ad5ebac8)
desruisseaux
-
(sis) branch geoapi-4.0 updated (7574429b2d -> eeb214ce1a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix documentation that became innacurate after the improvement done in previous commit.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Increase the maximum number of coefficients that we can compute for Clenshaw summation. This is a generator of generator of code. Needed for "Equidistant Cylindrical" projection because the number of coefficients exceed the previous limit (which was 6).
desruisseaux
-
(sis) branch geoapi-4.0 updated (db9cbe5b13 -> 011426fc99)
desruisseaux
-
(sis) branch geoapi-4.0 updated: More extensive documentation on the new `getMetadata()` methods. Provide default implementation using the information provided by existing methods.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Add getMetadata method on Tile,TileMatrix,TileMatrixSet
jsorel
-
(sis) branch geoapi-4.0 updated: Provide more context in the internal `createMapProjection(…)` method. This is needed when the projection needs to delegate to another method. This change replaces `NormalizedProjection.delegate(…)`.
desruisseaux
-
(sis) branch main updated (428919e44a -> dadfde5d17)
desruisseaux
-
(sis) branch geoapi-3.1 updated (ff6542a3f7 -> 12371196a0)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge cleanup: automatic reorder of commits.
desruisseaux
-
(sis) branch main updated (1483fcf71b -> 428919e44a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge adjustments in `VerticalDatumTypes`.
desruisseaux
-
(sis) branch geoapi-3.1 updated (43241772b6 -> ff6542a3f7)
desruisseaux
-
(sis) branch geoapi-3.1 updated (74a6061f9e -> 43241772b6)
desruisseaux
-
(sis) branch geoapi-4.0 updated: ISO 19111 upgrade: VerticalDatumType removed, replaced by RealizationMethod.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Avoid usage of the deprecated `AxisDirection.OTHER` code list value.
desruisseaux
-
(sis) branch main updated (66a5fa5253 -> 1483fcf71b)
desruisseaux
-
(sis) branch geoapi-3.1 updated (883dfe7e9b -> 74a6061f9e)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for the removal of the non-standard `org.opengis.referencing.operation.Projection` interface.
desruisseaux
-
(sis) branch main updated (161a5fe3c8 -> 66a5fa5253)
desruisseaux
-
(sis) branch geoapi-3.1 updated (20ded9bfa1 -> 883dfe7e9b)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Change in the type of ProjectedCRS.baseCRS: relaxed from GeographicCRS to GeodeticCRS for conformance to ISO 19111.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Remove usage of `PlanarProjection`, `ConicProjection` and `CylindricalProjection` sub-interfaces.
desruisseaux
-
(sis) branch main updated (00b4a72d2f -> 161a5fe3c8)
desruisseaux
-
(sis) branch geoapi-3.1 updated (d9303f1d7d -> 20ded9bfa1)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for the removal of `GeneralDerivedCRS` from GeoAPI 4.0. This is replaced by direct usage of `DerivedCRS`.
desruisseaux
-
(sis) branch geoapi-3.1 updated: Temporarily use "2.0" as the version number for methods that are deprecated in the `geoapi-3.1` branch but not yet on main.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Use the SIS-specific `DefaultGeocentricCRS` class in one place where we removed the `GeocentricCRS` interface. This is needed for avoiding an ambiguity when searching codes in an EPSG database.
desruisseaux
-
(sis) branch main updated (2c90ee97ab -> 00b4a72d2f)
desruisseaux
-
(sis) branch geoapi-3.1 updated (f0d4a254e4 -> 798a145e1e)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for change in GeoAPI 4.0: deprecated `GeocentricCRS` interface is removed.
desruisseaux
-
(sis) branch main updated (d98b7a3e07 -> 2c90ee97ab)
desruisseaux
-
(sis) branch geoapi-3.1 updated (9696bd8bfe -> f0d4a254e4)
desruisseaux
-
(sis) branch geoapi-4.0 updated (b362b47c1f -> 184ea54db1)
desruisseaux
-
(sis) branch main updated (65771ca1ee -> d98b7a3e07)
desruisseaux
-
(sis) branch geoapi-3.1 updated (e111cc6c47 -> 9696bd8bfe)
desruisseaux
-
(sis) branch geoapi-4.0 updated: 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).
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge cleanup: edit documentation, remove unnecessary `@SuppressWarnings`.
desruisseaux
-
(sis) branch main updated (3403855d45 -> 65771ca1ee)
desruisseaux
-
(sis) branch geoapi-3.1 updated (abe39d4ffc -> e111cc6c47)
desruisseaux
-
(sis) branch main updated (129054c2fa -> 3403855d45)
desruisseaux
-
(sis) branch geoapi-3.1 updated (72bf4148b1 -> abe39d4ffc)
desruisseaux
-
(sis) branch geoapi-4.0 updated: 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`.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Fix an import order.
desruisseaux
-
(sis) branch main updated (a5db7e3106 -> 129054c2fa)
desruisseaux
-
(sis) branch geoapi-3.1 updated (f173cc01f5 -> 72bf4148b1)
desruisseaux
-
(sis) branch main updated (b35ebd489f -> a5db7e3106)
desruisseaux
-
(sis) branch geoapi-3.1 updated (b86dbe8b92 -> f173cc01f5)
desruisseaux
-
(sis) branch geoapi-4.0 updated (4ec3a9b103 -> c39f9ef256)
desruisseaux
-
(sis) branch main updated (eaa46cbfba -> b35ebd489f)
desruisseaux
-
(sis) branch geoapi-3.1 updated (9ca908d78d -> b86dbe8b92)
desruisseaux
-
(sis) branch geoapi-4.0 updated (57c421ab99 -> 4ec3a9b103)
desruisseaux
-
(sis) branch main updated (3990491cc6 -> eaa46cbfba)
desruisseaux
-
(sis) branch geoapi-3.1 updated (969036a87b -> 9ca908d78d)
desruisseaux
-
(sis) branch geoapi-4.0 updated (46ab59a6e5 -> 0580fecf48)
desruisseaux
-
(sis) branch geoapi-4.0 updated: 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.
desruisseaux
-
(sis) branch main updated (2466fc7ddf -> 3990491cc6)
desruisseaux
-
(sis) branch geoapi-3.1 updated (9b511f4d6a -> 969036a87b)
desruisseaux
-
(sis) branch feat/fontgis deleted (was b8b606d18b)
desruisseaux
-
(sis) branch geoapi-4.0 updated (03ea47e94c -> 145b4a415a)
desruisseaux
-
(sis) branch feat/fontgis updated: fix fontgis applied on Labeled nodes
jsorel
-
(sis) branch feat/fontgis updated (8bf404bdf1 -> 466d5dccad)
desruisseaux
-
(sis) branch feat/fontgis updated (6a6dba10fe -> 8bf404bdf1)
desruisseaux
-
(sis) branch feat/fontgis updated (c179ca9d39 -> 6a6dba10fe)
desruisseaux
-
(sis) branch feat/fontgis updated (e85ba72967 -> c179ca9d39)
desruisseaux
-
(sis) branch main updated (f636f75504 -> 2466fc7ddf)
desruisseaux
-
(sis) branch geoapi-3.1 updated (b8b49e9bc2 -> 9b511f4d6a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Post-merge automatic import reorder.
desruisseaux
-
(sis) branch main updated (2b40ccfdc4 -> f636f75504)
desruisseaux
-
(sis) branch geoapi-3.1 updated (9048ae55d3 -> b8b49e9bc2)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Update for a change in the way that CodeList are constructed in GeoAPI. https://github.com/opengeospatial/geoapi/issues/91
desruisseaux
-
(sis) branch geoapi-4.0 updated: Remove final from RenderingException, subclassing should be allowed
jsorel
-
(sis) branch geoapi-4.0 updated: Add stateful present method on GraphicsPortrayer
jsorel
-
(sis) branch feat/fontgis created (now e85ba72967)
jsorel
-
(sis) branch geoapi-4.0 updated: Add javadoc on Scene2D and StylePainter
jsorel
-
(sis) branch geoapi-4.0 updated: Add DPI parameter on GraphicsPortrayer
jsorel
-
svn commit: r1916166 - in /sis/data/non-free: ./ sis-embedded-data/ sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/ sis-embedded-data/src/test/java/org/apache/sis/resources/embedded/ sis-epsg/ sis-epsg/src/main/java/org/apache/sis/re...
desruisseaux
-
(sis) branch main updated (4150341710 -> 2b40ccfdc4)
desruisseaux
-
(sis) branch geoapi-3.1 updated (6cbd4e47c3 -> 9048ae55d3)
desruisseaux
-
(sis) branch geoapi-4.0 updated (a5633e743a -> 069553e76c)
desruisseaux
-
(sis) branch main updated (6eba4a5b2d -> 4150341710)
desruisseaux
-
(sis) branch geoapi-3.1 updated (445620db52 -> 6cbd4e47c3)
desruisseaux
-
(sis-site) branch main updated: Add an "How to" about building a 4-dimensional CRS.
desruisseaux
-
(sis) branch geoapi-4.0 updated (f118aac5b8 -> a5633e743a)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Change the way to import the CSS in the XHTML pages for IP review. This is reflecting the change done in commit 1916044 of https://svn.apache.org/repos/asf/sis/ip-review
desruisseaux
-
svn commit: r1916044 [11/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ r...
desruisseaux
-
svn commit: r1916044 [5/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
svn commit: r1916044 [9/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
svn commit: r1916044 [8/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
svn commit: r1916044 [1/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
svn commit: r1916044 [6/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
svn commit: r1916044 [2/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
svn commit: r1916044 [12/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ r...
desruisseaux
-
svn commit: r1916044 [3/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
svn commit: r1916044 [10/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ r...
desruisseaux
-
svn commit: r1916044 [4/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
svn commit: r1916044 [7/12] - in /sis/ip-review: ./ rev/00486/ rev/01082/ rev/01091/ rev/01094/ rev/01096/ rev/01097/ rev/01188/ rev/03062/ rev/04948/ rev/05052/ rev/05125/ rev/05895/ rev/05897/ rev/05900/ rev/05901/ rev/05908/ rev/05909/ rev/05922/ re...
desruisseaux
-
(sis) branch geoapi-4.0 updated (54f785e8f6 -> 1e3b96aaa1)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Tune the log messages: more appropriate logger in `AbstractProvider`, fix the locale used by WKT store, catch more logs during the tests. Opportunistically add a link to metadata in Landsat Javadoc.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Modification of the heuritic rules for sorting the import statements used for tests.
desruisseaux
-
(sis) branch geoapi-4.0 updated: Automatic post-merge reorganization of import statements.
desruisseaux
-
(sis) branch main updated (15c3081113 -> 6eba4a5b2d)
desruisseaux
-
(sis) branch geoapi-3.1 updated (05dc18652a -> 445620db52)
desruisseaux
-
(sis) branch main updated (b87b99f314 -> 15c3081113)
desruisseaux
-
(sis) branch geoapi-3.1 updated (f4bb5471ef -> 05dc18652a)
desruisseaux
-
(sis) branch geoapi-4.0 updated (ee6e4b795c -> 7812f5c6af)
desruisseaux
-
(sis) branch geoapi-4.0 updated: Use a separated option for enabling tests on the PostgreSQL database.
desruisseaux
-
(sis-site) branch main updated: Update build instruction with the use of environment variable.
desruisseaux
-
(sis) branch main updated (55d09a63e0 -> b87b99f314)
desruisseaux
-
(sis) branch geoapi-3.1 updated (6879e93e0e -> f4bb5471ef)
desruisseaux