Globe not being displayed

Hello,

This might be a trivial question, but I searched for it, and could not find a solution. I am using Cesium 1.22. In the HelloWorld example, the globe just does not show up. I can see the stars and even the sun, but not the earth. I even tried this on Cesium 1.21, but the globe does not render there too. I have had Cesium up and running multiple times earlier with no problems, but this came out of nowhere. I suspect I have messed up my nodejs packages.

If someone has had such a problem earlier and had found a fix for it, please share it with me. I would be grateful.

Thanks.

Regards,

Abhishek Potnis

Per several other recent threads, Cesium’s Bing Maps key has been suspended due to overuse. You’ll need to generate your own and use that instead. See https://groups.google.com/forum/#!topic/cesium-dev/pZ5EWkPGdxU.

1 Like

Thanks a lot Mark, that fixed it! I set the |Cesium.BingMapsApi.defaultKey| to my newly generated Bing Maps Key inside the in my HTML before initializing the Cesium’s |viewer|.

Regards,

Abhishek Potnis