Merge pull request #13398 from yonda-yonda/update_static_image_change_projection

Clear image when source's image is not ready
This commit is contained in:
Andreas Hocevar
2022-02-21 08:42:16 +01:00
committed by GitHub

View File

@@ -93,6 +93,8 @@ class CanvasImageLayerRenderer extends CanvasLayerRenderer {
);
if (image && this.loadImage(image)) {
this.image_ = image;
} else {
this.image_ = null;
}
} else {
this.image_ = null;