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 054d322 Portrayal : update mapitem API
new b03c4e0 Fix an error in check for y bounds when
RenderedImage.getMinY() is not zero. Numbers shown in header column and header
row should starts at RenderedImage.getMinX() and getMinY().
new 48f9399 Fix layout of error message.
new bac4f07 In case of failure to fetch tiles, show error controls for
every failed tiles instead than only the "widest" one. Actually it makes code
simpler.
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:
.../org/apache/sis/gui/coverage/GridError.java | 118 +++++++++-------
.../java/org/apache/sis/gui/coverage/GridRow.java | 17 +--
.../java/org/apache/sis/gui/coverage/GridTile.java | 150 +++++++--------------
.../coverage/GridTileCache.java} | 29 ++--
.../java/org/apache/sis/gui/coverage/GridView.java | 33 ++---
.../org/apache/sis/gui/coverage/GridViewSkin.java | 105 +++++++++------
.../apache/sis/internal/gui/ExceptionReporter.java | 44 +++---
.../org/apache/sis/internal/gui/Resources.java | 5 +
.../apache/sis/internal/gui/Resources.properties | 1 +
.../sis/internal/gui/Resources_fr.properties | 1 +
.../org/apache/sis/util/resources/Vocabulary.java | 5 +
.../sis/util/resources/Vocabulary.properties | 1 +
.../sis/util/resources/Vocabulary_fr.properties | 1 +
13 files changed, 257 insertions(+), 253 deletions(-)
rename
application/sis-javafx/src/main/java/org/apache/sis/{internal/gui/BoundedHashMap.java
=> gui/coverage/GridTileCache.java} (63%)