You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for looking into this! We would gladly accept a pull request to fix this issue.
Take a look at our contributing documentation for instructions on the steps to take for submitting a pull request: CONTRIBUTING.md
@pjcozzi,
Yes.
I meanwhile understood that the blurry image is not only GoogleEarthImageryProvider's problem (the defultGamma is). So I want to do generic solution for this.
I will post my new suggestion in #3279 to discuss it there.
Hi,
When I'm using GoogleEarthImageryProvider the imagery appears blurred and whitish compared to the image viewed in google default page.
After some investigation it seems that the tileScheme definition is wrong and the tiles which the provider returns are not in the correct level.
The whitish image is because the default gamma value is 1.9, instead of 1.0 (probably a typo).
I have fixed the module (the above two problems) and it works well.
Could I do a pull request for that?
I have no experience with contributing code to cesium...
The text was updated successfully, but these errors were encountered: