This morning when trying to run our Cesium projects we were unable to display any tiles in any of our projects. There were no errors being reported, so it took a while to track down...
Turns out the Cesium Terrain Provider described below appears to be busted, and if it is used then no tiles (or imagery provider layers of any type) are displayed.
new Cesium.CesiumTerrainProvider({
url: '//
cesiumjs.org/stk-terrain/tilesets/world/tiles'
});
Is this a temporary situation? Or is this terrain provider no longer available?
Thanks