Can see the globe and every thing but cant interact (click or move anything)

1. A concise explanation of the problem you're experiencing.

I am running the cesium workshop and everything is rendered as it should, the problem is I am not able to interact with it, i cant click anywhere or move anything. There seems to be a black transparent screen on top because its all very dark.

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

this is what i ran on my terminal:

cesium-workshop@1.5.0 start /Users/ddomit/Google Drive/Programming/CesiumJS/cesium-workshop

node server.js

Cesium development server running locally. Connect to http://localhost:8080

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you're using, your operating system and browser.

I believe my cesium version is 1.5.0 (because of this line "cesium-workshop@1.5.0 start /Users/...") My OS is MacOS Mojave, and browser is Chrome.

It seems to be that the loading screen never goes away. I still don’t know why…

Daniel Domit
ddomit@gmail.com

It looks like there are some token/access issues that haven’t been updated with the move to ion. I opened an issue with some more info on it here:

https://github.com/AnalyticalGraphicsInc/cesium-workshop/issues/9

This is where the loading indicator is supposed to get removed:

https://github.com/AnalyticalGraphicsInc/cesium-workshop/blob/master/Source/App.js#L336-L340

You can just set it to display ‘none’ to remove it for now. I would also make sure to look at the Sandcastle examples, here’s one with the New York buildings tileset:

Since those are updated more frequently.

Thanks Omar! I have just removed it for now.

Hopefully they will update it soon.