You are viewing a plain text version of this content. The canonical link for it is here.
- [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`. - posted by de...@apache.org on 2022/06/01 15:07:26 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2022/06/04 16:40:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Make the window title editable. When user double-clicks on a row, move the referenced window to front. - posted by de...@apache.org on 2022/06/05 11:31:52 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add `implements StoreResource` in some (not all) places where it was missing. - posted by de...@apache.org on 2022/06/07 09:03:06 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2022/06/07 10:13:31 UTC, 0 replies.
- [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. - posted by de...@apache.org on 2022/06/07 17:46:54 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: fix(Feature): On SQLMM functions, allow SRID/CRS argument to be optional. - posted by am...@apache.org on 2022/06/08 10:29:21 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (c90e69905a -> 5d0170d465) - posted by de...@apache.org on 2022/06/08 11:21:42 UTC, 0 replies.
- [sis] 01/02: Add documentation, code formatting and import statements order. - posted by de...@apache.org on 2022/06/08 11:21:43 UTC, 0 replies.
- [sis] 02/02: Generalize the mechanism for propagating an event from parent store to children resources. For now only `CloseEvent` uses it. - posted by de...@apache.org on 2022/06/08 11:21:44 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: When `WorldFileStore` is closed, close also the stream wrapped by `ImageInputStream`. - posted by de...@apache.org on 2022/06/08 13:28:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Results of `Resource.subset(Query)` should also fire `CloseEvent`. - posted by de...@apache.org on 2022/06/08 14:01:51 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: When a resource is closed, all windows showing that resource should be closed as well. - posted by de...@apache.org on 2022/06/08 16:44:54 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add a specialized event class for change of zoom, pan, translation, etc. - posted by de...@apache.org on 2022/06/09 17:18:12 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (55abc84f28 -> c1a9444773) - posted by de...@apache.org on 2022/06/10 17:16:02 UTC, 0 replies.
- [sis] 01/02: Addition of a method for getting changes in objective CRS. Refactoring: methods renaming and documentation updates. - posted by de...@apache.org on 2022/06/10 17:16:03 UTC, 0 replies.
- [sis] 02/02: USe https for avoiding that Maven blocks this repository. - posted by de...@apache.org on 2022/06/10 17:16:04 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (c1a9444773 -> 24938df77b) - posted by de...@apache.org on 2022/06/11 22:28:08 UTC, 0 replies.
- [sis] 01/03: First draft of a `CanvasFollower` class for synchronizing the displacements between two canvas. It requires more details about the reason why `TransformChangeEvent` occur. - posted by de...@apache.org on 2022/06/11 22:28:09 UTC, 0 replies.
- [sis] 02/03: Initial version of a `MapCanvas` capable to follow the displacements of another canvas. Synchronizations are activated by checkbox items in the list of windows. - posted by de...@apache.org on 2022/06/11 22:28:10 UTC, 0 replies.
- [sis] 03/03: Provide a way to set the initial "objective to display" transform of a `MapCanvas` in addition of the objective bounds. - posted by de...@apache.org on 2022/06/11 22:28:11 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Initialize new windows to the same zoom level and map projection than the original window. - posted by de...@apache.org on 2022/06/12 15:56:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Initialize new window to the same interpolation and color ramp than the original window. - posted by de...@apache.org on 2022/06/14 08:40:44 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (12e93072e8 -> b99960e228) - posted by de...@apache.org on 2022/06/17 07:44:42 UTC, 0 replies.
- [sis] 01/02: Minor documentation fixes. - posted by de...@apache.org on 2022/06/17 07:44:43 UTC, 0 replies.
- [sis] 02/02: Show mouse cursor position in target canvas in addition of following zoom/translations/rotations. - posted by de...@apache.org on 2022/06/17 07:44:44 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b99960e228 -> 549b647c88) - posted by de...@apache.org on 2022/06/18 19:16:12 UTC, 0 replies.
- [sis] 01/03: Attempt to reduce flickering effect sometime visible at the moment when image data are replaced. - posted by de...@apache.org on 2022/06/18 19:16:13 UTC, 0 replies.
- [sis] 02/03: Allow `AffineTransform2D` to be temporarily modifiable during its construction phase. It was possible in an older version, so this commit is a partial revert. - posted by de...@apache.org on 2022/06/18 19:16:14 UTC, 0 replies.
- [sis] 03/03: More immediate feedback to user about the changes in source canvas that are replicated in the target canvas. The interim JavaFX transform is used without waiting for the background thread to complete the re-rendering. - posted by de...@apache.org on 2022/06/18 19:16:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (549b647c88 -> b4543619f1) - posted by de...@apache.org on 2022/06/20 15:12:38 UTC, 0 replies.
- [sis] 01/03: Adjust cursor position in the target canvas when the map in source canvas moved without a change in mouse position. - posted by de...@apache.org on 2022/06/20 15:12:39 UTC, 0 replies.
- [sis] 02/03: Add a margin when rendering the map. - posted by de...@apache.org on 2022/06/20 15:12:40 UTC, 0 replies.
- [sis] 03/03: Use the mouse position as the point where change in target canvas should be the same (in "real world" units) as the change in source canvas. - posted by de...@apache.org on 2022/06/20 15:12:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (b4543619f1 -> ff9f96a15a) - posted by de...@apache.org on 2022/06/23 16:18:33 UTC, 0 replies.
- [sis] 01/02: Add a `DefaultEllipsoid.getRadius(double)` method for computing radius at a given latitude. - posted by de...@apache.org on 2022/06/23 16:18:34 UTC, 0 replies.
- [sis] 02/02: Provide a base class for the encoders of referencing by identifiers. It requires the addition of encoder-neutral methods for specifying the desired precision, which in turn requires the capability to convert angular precision to linear precision. - posted by de...@apache.org on 2022/06/23 16:18:35 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (ff9f96a15a -> baaa577132) - posted by de...@apache.org on 2022/06/27 15:02:52 UTC, 0 replies.
- [sis] 01/04: Add a `Coder.getReferenceSystem()` method. - posted by de...@apache.org on 2022/06/27 15:02:53 UTC, 0 replies.
- [sis] 02/04: Add a `GazetteerFactory` class using the name of reference system implementations. - posted by de...@apache.org on 2022/06/27 15:02:54 UTC, 0 replies.
- [sis] 03/04: Bug fix: geohash length not updated after precision has been specified. - posted by de...@apache.org on 2022/06/27 15:02:55 UTC, 0 replies.
- [sis] 04/04: Allow the status bar to show coordinates using another system than `CoordinateReferenceSystem`. Current implementation uses `ReferenceSystemUsingIdentifiers` as a proof of work. The intent is to show coverage grid cell coordinates in a next commit. - posted by de...@apache.org on 2022/06/27 15:02:56 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (baaa577132 -> d2ef60b78d) - posted by de...@apache.org on 2022/06/28 16:27:23 UTC, 0 replies.
- [sis] 01/03: Add a `GridGeometry.createImageCRS(…)` method. It gives a CRS that we can use with `CRS.findOperation(…)`. - posted by de...@apache.org on 2022/06/28 16:27:24 UTC, 0 replies.
- [sis] 02/03: Allow `CoordinateFormat` to recognize when it is formatting grid cell coordinates. - posted by de...@apache.org on 2022/06/28 16:27:25 UTC, 0 replies.
- [sis] 03/03: Add a "Referencing by grid cell indices" menu item. The available choices depend on the grid coverages currently shown in the widget. - posted by de...@apache.org on 2022/06/28 16:27:26 UTC, 0 replies.
- [sis] branch visual-test updated (3b457cb1cc -> e1cb9164c1) - posted by de...@apache.org on 2022/06/29 13:12:03 UTC, 0 replies.
- [sis] 01/02: Spelling fixes in comments. - posted by de...@apache.org on 2022/06/29 13:12:04 UTC, 0 replies.
- [sis] 02/02: Show an image made of only a raster. - posted by de...@apache.org on 2022/06/29 13:12:05 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (d2ef60b78d -> 07618780bc) - posted by de...@apache.org on 2022/06/29 16:23:12 UTC, 0 replies.
- [sis] 01/02: Add visual separators. - posted by de...@apache.org on 2022/06/29 16:23:13 UTC, 0 replies.
- [sis] 02/02: Fix erroneous pixel values sometime computed for a compressed tile using horizontal predictor. - posted by de...@apache.org on 2022/06/29 16:23:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Adjust the size of the temporary buffer for TIFF decompression. - posted by de...@apache.org on 2022/06/29 17:15:31 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (748a5a1fff -> db22d5470c) - posted by de...@apache.org on 2022/06/30 09:01:18 UTC, 0 replies.
- [sis] 01/03: Adjust the way that buffer capacity is computed. - posted by de...@apache.org on 2022/06/30 09:01:19 UTC, 0 replies.
- [sis] 02/03: Documentation fixes. - posted by de...@apache.org on 2022/06/30 09:01:20 UTC, 0 replies.
- [sis] 03/03: Adjust the precision of coordinate numbers shown when automatically scalling from meters to kilometers. - posted by de...@apache.org on 2022/06/30 09:01:21 UTC, 0 replies.
- [sis] branch geoapi-3.1 updated (1eaa4fa82c -> b2d141b5e9) - posted by de...@apache.org on 2022/06/30 09:23:21 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1 - posted by de...@apache.org on 2022/06/30 09:23:22 UTC, 0 replies.
- [sis] branch master updated (78262e7625 -> 09d75edb69) - posted by de...@apache.org on 2022/06/30 10:13:49 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-3.1' - posted by de...@apache.org on 2022/06/30 10:13:50 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (db22d5470c -> 06e6987fd0) - posted by de...@apache.org on 2022/06/30 16:59:45 UTC, 0 replies.
- [sis] 01/02: Replace "Proj.4" by "PROJ" when refering to the project. We keep "Proj4" as the namespace for PROJ-specific parameters because those parameters were defined before PROJ 6 provided full EPSG support. - posted by de...@apache.org on 2022/06/30 16:59:46 UTC, 0 replies.
- [sis] 02/02: First draft of a limit applied (at visualisation time) on image reprojection. This is for preventing exceptions when rendering a world image in Mercator. For now we check only the World Mercator projection, but other cases should be added progressively in the future. - posted by de...@apache.org on 2022/06/30 16:59:47 UTC, 0 replies.