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 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.
new 131091f Add a test application for manual testing of GridView.
new 3bcec55 Use a fixed seed for avoiding a random (even if rare) test
failure.
new bfd2d3c Give a way to export metadata information, through clipboard
for now.
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:
application/sis-javafx/pom.xml | 18 +++
.../org/apache/sis/gui/coverage/GridError.java | 4 +-
.../org/apache/sis/gui/metadata/MetadataTree.java | 154 +++++++++++++++++++--
.../org/apache/sis/internal/gui/DataFormats.java | 32 +++--
.../org/apache/sis/internal/gui/Resources.java | 15 ++
.../apache/sis/internal/gui/Resources.properties | 3 +
.../sis/internal/gui/Resources_fr.properties | 3 +
.../org/apache/sis/gui/coverage/GridViewApp.java | 94 +++++++++++++
.../java/org/apache/sis/image/TiledImageMock.java | 43 +++++-
.../sis/referencing/GeodeticCalculatorTest.java | 8 +-
10 files changed, 346 insertions(+), 28 deletions(-)
copy
profiles/sis-japan-profile/src/main/java/org/apache/sis/profile/japan/JapaneseProfile.java
=>
application/sis-javafx/src/main/java/org/apache/sis/internal/gui/DataFormats.java
(60%)
create mode 100644
application/sis-javafx/src/test/java/org/apache/sis/gui/coverage/GridViewApp.java