This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from 3c5edfa91e Make possible to use a pyramided TIFF image even if there
is no "grid to CRS" transform.
new cc658331f7 Consolidate the use of default resolution in a new
`GridGeometry.defaultToGridCRS(Identifier)` method. The goal is to handle
missing "grid to CRS" transform in a way which is consistent between TIFF and
HEIF.
new 5df73a7e8f If the `gridToCRS` transform is not available, fallback on
resolution. This commit uses the information provided by the previous commit.
new b87ed440db Fix the notification of tile read events which was lost
after the image to show changed. Fix the display of pixel values which was
broken when the coverage has no CRS.
The 3 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:
.../apache/sis/coverage/grid/DefaultEvaluator.java | 20 +++++++++-
.../apache/sis/coverage/grid/GridDerivation.java | 12 +++---
.../org/apache/sis/coverage/grid/GridGeometry.java | 45 ++++++++++++++++++++++
.../grid/IncompleteGridGeometryException.java | 8 +++-
.../org/apache/sis/map/coverage/RenderingData.java | 14 ++++---
.../sis/storage/geotiff/ImageFileDirectory.java | 28 ++------------
.../apache/sis/storage/tiling/TileReadEvent.java | 21 +++++++++-
.../apache/sis/storage/geoheif/ImageResource.java | 8 ++--
.../org/apache/sis/storage/geoheif/Pyramid.java | 25 +-----------
.../apache/sis/gui/coverage/CoverageCanvas.java | 9 +++--
.../apache/sis/gui/coverage/StyleController.java | 2 +-
.../org/apache/sis/gui/map/ValuesFormatter.java | 4 +-
.../org/apache/sis/gui/map/ValuesUnderCursor.java | 23 ++++++++++-
.../main/org/apache/sis/gui/referencing/Utils.java | 2 +
14 files changed, 146 insertions(+), 75 deletions(-)