We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
while trying to make Viewer container transparent, using - contextOptions: { webgl: { alpha: true, }, }.
scene is suddenly undefined after it passes as filled.
using version 1.16.1
thanks for any help.
The text was updated successfully, but these errors were encountered:
Found a solution, Suggesting added it to documentation for those who need transparent map
when using contextOptions u need to use "useCesium" in children and not use the ref of viewer, other wise its crashing the viewer.
Sorry, something went wrong.
No branches or pull requests
while trying to make Viewer container transparent, using -
contextOptions: {
webgl: {
alpha: true,
},
}.
scene is suddenly undefined after it passes as filled.
using version 1.16.1
thanks for any help.
The text was updated successfully, but these errors were encountered: