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 1b0c4e2c6e Make a better effort for saying in which object a property was missing. Minor formatting in comments. new 796ddbbf04 Search for auxiliary files using Path in addition or URI. Those two kinds of object does not always open the same streams. new c3ca073d5e Bug fix: colors applied to ASCII Grid images were wrongly applied to other kind of images if they shared the same `ImageProcessor`. 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: .../org/apache/sis/coverage/grid/GridCoverage.java | 4 +- .../sis/coverage/grid/GridCoverageBuilder.java | 2 +- .../apache/sis/coverage/grid/ImageRenderer.java | 3 +- .../java/org/apache/sis/image/Visualization.java | 4 +- .../internal/coverage/j2d/ColorModelFactory.java | 2 +- .../sis/internal/coverage/j2d/Colorizer.java | 74 ++++++++++++++------ .../sis/internal/coverage/j2d/ColorsForRange.java | 61 +++++++++-------- .../sis/internal/coverage/j2d/ColorizerTest.java | 4 +- .../apache/sis/internal/storage/PRJDataStore.java | 79 ++++++++++++++-------- .../apache/sis/internal/storage/URIDataStore.java | 59 +++++++++++++--- 10 files changed, 194 insertions(+), 98 deletions(-)