Bing logo removing

Hi, I just added my own ImageryProvider and his logo in tho bottom of the page (example 1). Now I would like to remove Bing logo, because I’m not using theirs services. How is it possible? Thanks a lot!

The Bing logo will be automatically removed if you remove the Bing imagery layer. If you just added a new layer without removing the default, the logo will still be there. You can do:

viewer.imageryLayers.removeAll()

right after constructing the Viewer to remove the default layer.

Alternatively, you can pass the layer you want to the Viewer constructor and then it will never even create the Bing one: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Layers.html&label=Showcases