-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Fixed label background rendering. #11293
Conversation
Thank you so much for the pull request @IKangXu! I noticed this is your first pull request and I wanted to say welcome to the Cesium community! The Pull Request Guidelines is a handy reference for making sure your PR gets accepted quickly, so make sure to skim that.
Reviewers, don't forget to make sure that:
|
Hi @IKangXu. In order to review this PR, we will need the following:
Thanks! |
✅ CONTRIBUTORS.md entry was updated |
Thanks @IKangXu! We will review shortly, with the intention of getting this into the next release. |
@ggetz Thanks a lot. |
Hi @IKangXu, I can confirm this fixes the issue. However, I think there may be a fix that is a bit simpler. I believe we can get the same effect with this code change. This would remove the need for the additional Also, please resolve the conflicts in Thanks again! |
Hi @ggetz, If As the annotation in the figure states.
|
@IKangXu In the case where an image is already created, Can we do the same early return for |
@ggetz I agree with your proposal and it has been fixed. |
Thanks @IKangXu! |
@ggetz do you have any idea when a new version with this fix will be created? |
@brunokunace The fix went out in version 1.106 on June 1. |
If the initial label background color is set to false and then dynamically modified to true, rendering problems will occur.
Before repair
After repair