This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 170703b77e Check for stream of unknown length when writing GeoTIFF 
images.
     new 73230dbe27 Post-merge automatic reorganization of imports order.
     new 02fc9f92a2 Bug fixes and improvements in the GeoTIFF writer. - Fix a 
"cannot write" exception when the operation method was not an instance of 
`AbstractMethod`. - Fix the test failure when the project was built in an 
environment without connection to an EPSG database. - Write both the EPSG codes 
and the CRS elements for helping applications that do not have access to an 
EPSG database.   Before this commit, the writer omitted the CRS elements if 
EPSG codes were present for avoidin [...]

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:
 .../internal/shared/CoordinateOperations.java      |  25 ++++++++++++++++--
 .../referencing/operation/provider/EPSGName.java   |   4 +--
 .../apache/sis/referencing/crs/HardCodedCRS.java   |  10 +++++++-
 .../sis/referencing/datum/GeodeticDatumMock.java   |   4 ++-
 .../sis/referencing/datum/HardCodedDatum.java      |  21 +++++++++++++++-
 .../sis/storage/geotiff/writer/GeoEncoder.java     |  28 +++++++++++++--------
 .../sis/storage/geotiff/GeoTiffStoreTest.java      |  25 +++++++++---------
 .../test/org/apache/sis/storage/geotiff/tiled.tiff | Bin 3564 -> 3882 bytes
 .../org/apache/sis/storage/geotiff/untiled.tiff    | Bin 2284 -> 2602 bytes
 .../apache/sis/util/internal/shared/CodeLists.java |   4 +--
 .../apache/sis/util/collection/LargeCodeList.java  |   4 ++-
 .../sis/storage/shapefile/ShapefileStore.java      |   2 +-
 .../main/org/apache/sis/gui/map/MultiCanvas.java   |   2 +-
 13 files changed, 95 insertions(+), 34 deletions(-)

Reply via email to