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 09ee4ee Make easier to build a sample dimension with a background value but no category. This is necessary for keeping RGB images as "for visualization only" images. new 31375b8 Share common code in the way to format property values in the JavaFX application, and put a limit on the string length. new e13ceef Fix an exception when opening a netCDF file with one-dimensional variables. 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: .../sis/gui/coverage/ImagePropertyExplorer.java | 54 ++++---------- .../org/apache/sis/gui/metadata/MetadataTree.java | 21 +----- .../apache/sis/internal/gui/ExceptionReporter.java | 3 +- .../sis/internal/gui/PropertyValueFormatter.java | 85 ++++++++++++++++++++++ .../org/apache/sis/internal/gui/PropertyView.java | 17 +++-- .../apache/sis/metadata/TreeTableFormatTest.java | 2 +- .../org/apache/sis/metadata/TreeTableViewTest.java | 2 +- .../extent/DefaultGeographicBoundingBoxTest.java | 5 +- .../DefaultDataIdentificationTest.java | 2 +- .../sis/internal/map/coverage/RenderingData.java | 4 +- .../apache/sis/internal/util/PropertyFormat.java | 37 ++++++++-- .../sis/util/collection/TreeTableFormat.java | 2 +- .../org/apache/sis/util/resources/Vocabulary.java | 10 +++ .../sis/util/resources/Vocabulary.properties | 2 + .../sis/util/resources/Vocabulary_fr.properties | 2 + .../org/apache/sis/internal/netcdf/CRSBuilder.java | 47 +++++++----- 16 files changed, 195 insertions(+), 100 deletions(-) create mode 100644 application/sis-javafx/src/main/java/org/apache/sis/internal/gui/PropertyValueFormatter.java