Messages by Thread
-
-
[sis] branch geoapi-4.0 updated: fix(Storage): fix GeoTiff resource finding
amanin
-
[sis] branch geoapi-4.0 updated (481146f801 -> b1d94f3d84)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Make `QuantityFormat` more compliant with specification.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Move X-Path handling to the places where they are needed. With this commit, `UnitFormat` does not support anymore GML way to declare a unit with X-Path (it was an undocumented feature). Instead this is handled by the `org.apache.sis.xml` package, which will allow us to do a better work in the future if needed (e.g. actually read the XML document instead of assuming that the anchor name is the unit symbol).
desruisseaux
-
[sis] branch geoapi-4.0 updated: Simplify `DefinitionURI.codeOf(String)` by leveraging the existing `parse` method. Simplification in return values is also possible because that method, which was previously used by authority factories, is now used only by `UnitFormat`.
desruisseaux
-
[sis] branch geoapi-4.0 updated (edabd5aee9 -> 51cfa9cbab)
desruisseaux
-
[sis] branch master updated (09d75edb69 -> 3362ae7b9b)
desruisseaux
-
[sis] branch geoapi-3.1 updated (b2d141b5e9 -> 43debe04f2)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Avoid a rounding error which caused the creation of unnecessary concatenated transforms.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Avoid a stack overflow when `getDomain(…)` is invoked on a chain of transforms which contains a `WrapAroundTransform`.
desruisseaux
-
[sis] branch geoapi-4.0 updated (7447b8c95c -> a55b18b3b3)
desruisseaux
-
[sis] branch geoapi-4.0 updated (705de4a756 -> 7447b8c95c)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Try harder to resolve ambiguity when axis type is X, Y or Z.
desruisseaux
-
[sis] branch geoapi-4.0 updated (04d4eee7a7 -> 35b5576064)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Documentation, renaming or minor reorganization. No significant code change in this commit.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Improve by 20~30% the performance of LZW decompression by avoiding to create too many small arrays.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Add a safety against some invalid LZW compressions (missing EOI code).
desruisseaux
-
[sis] branch geoapi-4.0 updated (7af56f6285 -> d41d7fa838)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Replace `ProjectionLimits` by a more reliable mechanism defined directly in `MathTransform` implementations. For now only `Mercator` and `TransverseMercator` defines those limit. More will be added in the future.
desruisseaux
-
[sis] branch geoapi-4.0 updated (db22d5470c -> 06e6987fd0)
desruisseaux
-
[sis] branch master updated (78262e7625 -> 09d75edb69)
desruisseaux
-
[sis] branch geoapi-3.1 updated (1eaa4fa82c -> b2d141b5e9)
desruisseaux
-
[sis] branch geoapi-4.0 updated (748a5a1fff -> db22d5470c)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Adjust the size of the temporary buffer for TIFF decompression.
desruisseaux
-
[sis] branch geoapi-4.0 updated (d2ef60b78d -> 07618780bc)
desruisseaux
-
[sis] branch visual-test updated (3b457cb1cc -> e1cb9164c1)
desruisseaux
-
[sis] branch geoapi-4.0 updated (baaa577132 -> d2ef60b78d)
desruisseaux
-
[sis] branch geoapi-4.0 updated (ff9f96a15a -> baaa577132)
desruisseaux
-
[sis] branch geoapi-4.0 updated (b4543619f1 -> ff9f96a15a)
desruisseaux
-
[sis] branch geoapi-4.0 updated (549b647c88 -> b4543619f1)
desruisseaux
-
[sis] branch geoapi-4.0 updated (b99960e228 -> 549b647c88)
desruisseaux
-
[sis] branch geoapi-4.0 updated (12e93072e8 -> b99960e228)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Initialize new window to the same interpolation and color ramp than the original window.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Initialize new windows to the same zoom level and map projection than the original window.
desruisseaux
-
[sis] branch geoapi-4.0 updated (c1a9444773 -> 24938df77b)
desruisseaux
-
[sis] branch geoapi-4.0 updated (55abc84f28 -> c1a9444773)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Add a specialized event class for change of zoom, pan, translation, etc.
desruisseaux
-
[sis] branch geoapi-4.0 updated: When a resource is closed, all windows showing that resource should be closed as well.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Results of `Resource.subset(Query)` should also fire `CloseEvent`.
desruisseaux
-
[sis] branch geoapi-4.0 updated: When `WorldFileStore` is closed, close also the stream wrapped by `ImageInputStream`.
desruisseaux
-
[sis] branch geoapi-4.0 updated (c90e69905a -> 5d0170d465)
desruisseaux
-
[sis] branch geoapi-4.0 updated: fix(Feature): On SQLMM functions, allow SRID/CRS argument to be optional.
amanin
-
[sis] branch geoapi-4.0 updated: Add an event to be fired when a resource is closed. This event is handled in a special way, in that it automatically register another listener on the parent data store for propagating `CloseEvent` to child resources.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Add missing call to `unwrap(…)` for geometry arguments in filter expressions having a non-geometric arguments in addition of geometric ones.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Add `implements StoreResource` in some (not all) places where it was missing.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Make the window title editable. When user double-clicks on a row, move the referenced window to front.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Redesign the management of multiple windows opened on the same resources. The intent is to allow synchronized navigations between different views.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Improvement in the cache of `RenderedImage` instances: - Revisit the `equals(Object)` and `hashCode()` methods. - Reuse existing `RenderedImage` instances for a given `SliceExtent`.
desruisseaux
-
[sis] branch geoapi-4.0 updated: When the position given to `GridEvaluator.apply(…)` does not have enough dimensions, default to the grid coordinates specified by `setDefaultSlice(…)` method call.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Various bug fixes related to the navigation in two-dimensional slices: - Random `MismatchedDimensionException` in the status bar. - Slice not updated when navigating using keyboard. - Map projection and zoom level lost when changing slice. - `CoverageExplorer` resource and coverage properties set to null.
desruisseaux
-
[sis] branch geoapi-4.0 updated (fbde8a0a60 -> c112a871b4)
desruisseaux
-
[sis] branch 1.2-RC deleted (was 6aa660bd49)
desruisseaux
-
[sis] tag 1.2 created (now 6aa660bd49)
desruisseaux
-
[sis] branch geoapi-4.0 updated (e26c2825bf -> fbde8a0a60)
desruisseaux
-
[sis] branch geoapi-4.0 updated (b82266fafa -> e26c2825bf)
desruisseaux
-
[sis] branch geoapi-4.0 updated (270416850b -> b82266fafa)
desruisseaux
-
[sis] branch geoapi-4.0 updated (9adfa358f6 -> 270416850b)
desruisseaux
-
[sis] branch fix/sql-temporal updated (213249a4d7 -> 95cc840866)
amanin
-
[sis] branch fix/sql-temporal created (now 213249a4d7)
amanin
-
[sis] branch geoapi-4.0 updated: Add sliders for selecting the slice to show in a 3 (or more) dimensional data cube. Slider graduation is okay but selecting a value does not yet have an effect.
desruisseaux
-
[sis] branch feat/matrixutils created (now d63bee034a)
jsorel
-
[sis] branch geoapi-4.0 updated: Handle the status bar layout outside `GridView`. Handle more common properties in the `ViewAndControls` parent class.
desruisseaux
-
[sis] branch geoapi-4.0 updated (ceb6064e23 -> 9b361070f3)
desruisseaux
-
[sis-site] branch main updated: Minor edition for making the documentation more up-to-date.
desruisseaux
-
svn commit: r54645 - /release/sis/1.1/
desruisseaux
-
[sis-site] branch asf-site updated (857e6562 -> 3f14849d)
desruisseaux
-
[sis-site] branch main updated: Style and minor edition of developer guide.
desruisseaux
-
[sis-site] branch asf-staging updated (4cfc951a -> e5bada61)
desruisseaux
-
[sis-site] branch asf-staging updated: Regenerate the stated web site, except the developer guide and javadoc.
desruisseaux
-
[sis-site] branch main updated: Rename "Formats" as "Data formats" and add information about AWS S3 access.
desruisseaux
-
svn commit: r54615 - /dev/sis/1.2/
desruisseaux
-
svn commit: r54614 - /dev/sis/1.2/RC1/ /release/sis/1.2/
desruisseaux
-
[sis] branch geoapi-4.0 updated (40350f09ea -> ceb6064e23)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Add missing synchronization.
desruisseaux
-
[sis] branch feat/style updated: Style : update hashcode and equals formating
jsorel
-
[sis] branch geoapi-4.0 updated: JTS : fix empty geometry transform exception
jsorel
-
[sis] branch geoapi-4.0 updated (7d88d4c0f3 -> bc23143019)
desruisseaux
-
[sis-site] branch main updated: List modules in the download pages. Minor editions.
desruisseaux
-
[sis] branch geoapi-4.0 updated (f91de6eb21 -> 7d88d4c0f3)
desruisseaux
-
[sis-site] branch main updated (688bd2fd -> 96eb2fb4)
desruisseaux
-
[sis] branch master updated: Set version to 1.3-SNAPSHOT.
desruisseaux
-
[sis-site] branch main updated: Expand the release vote template.
desruisseaux
-
[sis-site] branch asf-staging updated: Web site for SIS 1.2 release candidate 1.
desruisseaux
-
[sis-site] branch main updated (297b42d4 -> 3f67ee1d)
desruisseaux
-
[sis] branch geoapi-4.0 updated: Partial revert of commit 58cd2d4: the null check is still needed.
desruisseaux
-
[sis] branch geoapi-4.0 updated: Apply a longitude wraparound on the Mercator projection.
desruisseaux
-
[sis] branch geoapi-4.0 updated (d2eca32ddb -> 58cd2d406c)
desruisseaux
-
svn commit: r1900810 - in /sis: archives/ archives/README archives/branches/ archives/site/ archives/site/README archives/tags/ archives/trunk/ branches/ site/ tags/ trunk/
desruisseaux
-
svn commit: r1900808 - /sis/site/README
desruisseaux
-
svn commit: r1900807 - in /sis: branches/Shapefile2/ data/unclassified/ sandbox/
desruisseaux
-
svn commit: r54413 - in /dev/sis/1.2: ./ RC1/
desruisseaux
-
svn commit: r1900786 - in /sis/release-test: integration/ integration/pom.xml maven/pom.xml maven/src/test/java/org/apache/sis/test/IntegrationTest.java maven/src/test/java/org/apache/sis/test/SelfConsistencyTest.java
desruisseaux
-
svn commit: r1900785 - /sis/release-test/maven/pom.xml
desruisseaux
-
svn commit: r1900784 - in /sis/site: README branches/ trunk/
desruisseaux
-
[sis] branch 1.2-RC updated (8491f5f027 -> 6aa660bd49)
desruisseaux
-
svn commit: r1900781 - /sis/release-test/maven/pom.xml
desruisseaux
-
svn commit: r1900780 - in /sis/data/non-free: pom.xml sis-embedded-data/pom.xml sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/EmbeddedResources.java sis-epsg/pom.xml
desruisseaux
-
[sis] branch 1.2-RC created (now 8491f5f027)
desruisseaux
-
[sis-site] branch main updated (b0ebd1e1 -> 297b42d4)
desruisseaux
-
[sis] branch master updated (97a5c714de -> 62d82cc847)
desruisseaux