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 0f40dab9ea Fix a wrong position of to the ZIP data to uncompress in a
HEIF file.
new 72024eaabc Make HEIF pyramid more tolerant to the case when the "grid
to CRS" transform is not specified.
new b811a4f260 Add image size columns in `TileMatrixSetFormat`.
The 2 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:
.../org/apache/sis/coverage/grid/GridGeometry.java | 13 +++--
.../apache/sis/coverage/grid/GridGeometryTest.java | 38 ++++++++++++++
.../apache/sis/storage/tiling/ImagePyramid.java | 50 ++++++++++++++-----
.../apache/sis/storage/tiling/ImageTileMatrix.java | 10 ++++
.../sis/storage/tiling/TileMatrixSetFormat.java | 58 +++++++++++++++++-----
.../apache/sis/util/internal/shared/Numerics.java | 3 +-
.../apache/sis/storage/geoheif/ImageResource.java | 22 +++++---
.../org/apache/sis/storage/geoheif/Pyramid.java | 8 ++-
.../org/apache/sis/storage/isobmff/TreeNode.java | 4 +-
.../apache/sis/gui/coverage/TileMatrixSetPane.java | 33 +++++++++---
10 files changed, 190 insertions(+), 49 deletions(-)