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 785f1d5 If geographic bounding box is not found directly on the root data element,
search in aggregate elements.
new bb1b31b Adjustement in the search for geographic bounding boxes.
new 8b3e75c Report warning that occurred while loading resources or data store.
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:
.../main/java/org/apache/sis/gui/DataViewer.java | 33 +++
.../org/apache/sis/gui/coverage/ImageRequest.java | 88 ++++----
.../java/org/apache/sis/gui/dataset/LogViewer.java | 250 +++++++++++++++++++++
.../apache/sis/gui/dataset/ResourceExplorer.java | 7 +-
.../org/apache/sis/gui/dataset/ResourceTree.java | 90 ++++----
.../sis/gui/metadata/IdentificationInfo.java | 13 +-
.../java/org/apache/sis/gui/metadata/Section.java | 8 +
.../org/apache/sis/internal/gui/LogHandler.java | 245 ++++++++++++++++++++
.../org/apache/sis/util/resources/Vocabulary.java | 30 +++
.../sis/util/resources/Vocabulary.properties | 6 +
.../sis/util/resources/Vocabulary_fr.properties | 6 +
11 files changed, 692 insertions(+), 84 deletions(-)
create mode 100644 application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/LogViewer.java
create mode 100644 application/sis-javafx/src/main/java/org/apache/sis/internal/gui/LogHandler.java
|