diff --git a/src/ol/source/bingmapssource.js b/src/ol/source/bingmapssource.js index 3e28a73bea..a141f9fd4f 100644 --- a/src/ol/source/bingmapssource.js +++ b/src/ol/source/bingmapssource.js @@ -147,6 +147,8 @@ ol.source.BingMaps.prototype.handleImageryMetadataResponse = }); this.setAttributions(attributions); + this.setLogo(brandLogoUri); + this.ready_ = true; this.dispatchLoadEvent();