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 e8850ce897 fix(Shapefile): handle case of bad geometry lines with NaN
values
new 149bb5fa11 Show the module path in the configuration, in addition to
the class path. Since SIS 1.4, the class path is often empty.
new 18eff4603a Add an `info` sub-command to the SIS command-line for
showing the grid geometry of a file.
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/org/apache/sis/console/CRSCommand.java | 2 +-
.../main/org/apache/sis/console/Command.java | 1 +
.../org/apache/sis/console/Commands.properties | 3 +-
.../org/apache/sis/console/Commands_fr.properties | 3 +-
.../apache/sis/console/FormattedOutputCommand.java | 11 +-
.../main/org/apache/sis/console/InfoCommand.java | 153 +++++++++++++++++++++
.../org/apache/sis/console/MetadataCommand.java | 5 +-
.../sis/storage/geotiff/ImageFileDirectory.java | 22 ++-
.../org/apache/sis/storage/gpx/StoreProvider.java | 2 +-
.../main/org/apache/sis/setup/About.java | 118 +++++++---------
.../org/apache/sis/util/collection/TreeTables.java | 26 +++-
.../org/apache/sis/util/resources/Vocabulary.java | 10 +-
.../sis/util/resources/Vocabulary.properties | 2 +-
.../sis/util/resources/Vocabulary_fr.properties | 2 +-
14 files changed, 270 insertions(+), 90 deletions(-)
create mode 100644
endorsed/src/org.apache.sis.console/main/org/apache/sis/console/InfoCommand.java