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 270416850b More tolerant parsing of NaN value for GDAL_NODATA in TIFF 
file. It is sometime written as "nan" (all lower case).
     new ad004b9f2b Show the currently selected value in the status bar during 
slider adjustment.
     new b82266fafa Use CRS axis name instead of grid axis name when possible.

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:
 .../apache/sis/gui/coverage/GridSliceSelector.java | 212 ++++++++++++++-------
 .../apache/sis/gui/coverage/ViewAndControls.java   |   7 +-
 .../java/org/apache/sis/gui/map/StatusBar.java     |  35 +++-
 .../java/org/apache/sis/internal/gui/Styles.java   |   2 +-
 .../org/apache/sis/referencing/cs/AxisName.java    |  84 ++++++++
 .../sis/referencing/cs/CoordinateSystems.java      |  20 +-
 .../apache/sis/referencing/cs/package-info.java    |   2 +-
 .../sis/referencing/cs/CoordinateSystemsTest.java  |  13 +-
 8 files changed, 299 insertions(+), 76 deletions(-)
 create mode 100644 
core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AxisName.java

Reply via email to