-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imagery Layers Sandcastle fails to load Bing Maps Road #7524
Comments
This is because it's using BingMapsImageryProvider directly (and there's no BING key embedded in Cesium). The example should just be updated to either use ion or remove that particular provider. |
Hi @OmarShehata I can work on this issue, where is the file located? |
@abuDarda97 this can be another easy fix - just go here: Replace that section with ion imagery, which can be created using Then just double check it looks the same as the default imagery in Cesium, and open the PR! |
Cam up again here: #7128 (comment) Our examples should be the last place we let trivial bugs linger, it would be good if someone opened a PR to fix this. |
In my case the key expired, try generate a new one |
Go to https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=Imagery%20Layers%20Manipulation.html
Click "Bing maps road" from the drop down. Observe the blue globe. Observe:
I think that Sandcastle just needs to be updated since it works fine if you go to any Sandcastle and select Bing Maps Roads from the imagery widget?
The text was updated successfully, but these errors were encountered: