This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from 3164e8db34 When opening a large image in the JavaFX application, if there is no overview, zoom in the middle of the image as an initial view. We do that for avoiding to load too much data when the initial view is the whole image. new fcb23b6f67 Safety against resolution of zero during metadata construction. new 0a53a466e3 Add a safety against singular matrices read from GeoTIFF files. new cc3e285243 Vertical resolution was fetched from the old dimension when z is not the third axis. 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: .../sis/referencing/operation/matrix/Matrices.java | 62 ++++++++++++++++++---- .../referencing/operation/matrix/MatricesTest.java | 16 ++++++ .../geotiff/reader/GridGeometryBuilder.java | 13 ++++- .../sis/storage/geotiff/writer/GeoEncoder.java | 11 ++-- .../apache/sis/storage/base/MetadataBuilder.java | 8 +-- 5 files changed, 91 insertions(+), 19 deletions(-)