How can I deactivate the usage of Bing completely?
I have created a new access token with the rights to read assets (Cesium World Terrain only) and use the geocoder.
But when I use this new key, I get an 404 error for the resource https://api.cesium.com/v1/assets/2/endpoint?access_token=[TOKEN]
As well as in my application and when I try to open this URL with the token.
I guess, Bing is still used, although the ImageryProvider contains only two WMS in a BaseLayerPicker array. Do I need to clear the ImageryProvider in some way?