Skip to content
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

Credits for imagery layer shows up even when layer is hidden #11340

Closed
mramato opened this issue Jun 7, 2023 · 0 comments · Fixed by #11349
Closed

Credits for imagery layer shows up even when layer is hidden #11340

mramato opened this issue Jun 7, 2023 · 0 comments · Fixed by #11349

Comments

@mramato
Copy link
Contributor

mramato commented Jun 7, 2023

Use this minimal Sandcastle:

const viewer = new Cesium.Viewer("cesiumContainer", {geocoder: false});
viewer.imageryLayers.get(0).show = false;

The Bing maps logo still shows up in Attribution even though it's impossible for it to show up in the scene.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Issue/PR closed
Development

Successfully merging a pull request may close this issue.

2 participants