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 5c8868f Fix an exception when rendering an image without "grid to CRS" conversion. new b27dfd2 Reduce the number of background threads created for fetching resource labels. new fed0a14 Fix `NullPointerException`, partially caused by changes in `MapCanvas` state when a rendering is in progress. We workaround this problem with a new `MapCanvas.runAfterRendering(Runnable)` method. 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/CoverageCanvas.java | 18 ++++- .../org/apache/sis/gui/coverage/RenderingData.java | 9 ++- .../org/apache/sis/gui/dataset/ResourceTree.java | 93 +++++++++++++++++----- .../java/org/apache/sis/gui/map/MapCanvas.java | 89 ++++++++++++++++++++- .../java/org/apache/sis/gui/map/MapCanvasAWT.java | 18 ++++- 5 files changed, 199 insertions(+), 28 deletions(-)