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 d1b7ace  Spelling fixes.
     new aa78fbc  Improvements in the handling of "Copy" actions from 
contextual menu.
     new 6c7c2cd  Parse `GEO_METADATA` and `GDAL_METADATA` tags as XML. For now 
they are shown only in the native metadata view.
     new 1051b8d  Add a menu item for showing a metadata value in a dialog 
window.
     new 940d306  Add a menu for opening the folder containing a file.
     new a6bfe6e  Fix a bug in the application of longitude wraparound when the 
objective CRS is different than the source CRS. The bug caused the image to 
disapear at some zoom levels.
     new cbe0457  Add a safety check for tile size before to reuse a tile from 
the cache.

The 6 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:
 .../dataset/{CopyAction.java => PathAction.java}   |  38 ++-
 .../org/apache/sis/gui/dataset/ResourceTree.java   |   8 +-
 .../org/apache/sis/gui/metadata/MetadataTree.java  | 138 +++++++++-
 .../sis/gui/metadata/StandardMetadataTree.java     |  73 ++----
 .../org/apache/sis/internal/gui/PropertyView.java  |  38 ++-
 .../org/apache/sis/internal/gui/Resources.java     |  15 ++
 .../apache/sis/internal/gui/Resources.properties   |   3 +
 .../sis/internal/gui/Resources_fr.properties       |   3 +
 .../sis/internal/map/coverage/RenderingData.java   |  13 +-
 .../internal/referencing/WraparoundApplicator.java |  57 ++--
 .../sis/internal/referencing/package-info.java     |   2 +-
 .../apache/sis/storage/geotiff/GeoTiffStore.java   |   2 +-
 .../apache/sis/storage/geotiff/NativeMetadata.java |  36 ++-
 .../java/org/apache/sis/storage/geotiff/Tags.java  |  14 +-
 .../apache/sis/storage/geotiff/XMLMetadata.java    | 289 +++++++++++++++++++++
 .../sis/internal/storage/TiledGridCoverage.java    |  27 +-
 .../sis/internal/storage/TiledGridResource.java    |   1 +
 .../sis/internal/storage/io/IOUtilities.java       |  23 +-
 18 files changed, 662 insertions(+), 118 deletions(-)
 rename 
application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/{CopyAction.java
 => PathAction.java} (80%)
 create mode 100644 
storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/XMLMetadata.java

Reply via email to