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

OSM ImageryLayer is dark in compare to prev versions #7962

Closed
talattar1234 opened this issue Jun 25, 2019 · 2 comments
Closed

OSM ImageryLayer is dark in compare to prev versions #7962

talattar1234 opened this issue Jun 25, 2019 · 2 comments

Comments

@talattar1234
Copy link

While upgrading from 1.50 to 1.58 I have noticed that the OSM ImageryLayer is darker in 1.58
DarknessCesium

Sandcastle example:

Browser: chrome 64-bit

Operating System: windows 10 64-bit

@GatorScott
Copy link

You need to disable high dynamic range support.

viewer.scene.highDynamicRange = false;

Scott

@talattar1234
Copy link
Author

You need to disable high dynamic range support.

viewer.scene.highDynamicRange = false;

Scott

Thanks Scott! now it's works great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants