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 a70927e Fix numerous problems in the initial GridView implementation
(horizontal scroll bar was not visible, too many GridCell nodes were created,
etc.)
new 60f9fee Fix broken link.
new ee71343 A little bit of formatting improvements.
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:
.../java/org/apache/sis/gui/coverage/GridRow.java | 7 +
.../org/apache/sis/gui/coverage/GridRowSkin.java | 39 +++--
.../java/org/apache/sis/gui/coverage/GridView.java | 177 +++++++++++++++++----
.../org/apache/sis/gui/coverage/GridViewSkin.java | 96 ++++++++++-
.../main/java/org/apache/sis/io/wkt/WKTFormat.java | 2 +-
5 files changed, 274 insertions(+), 47 deletions(-)