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

Fix flickering and several errors in shadow tile cover #12899

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

mourner
Copy link
Member

@mourner mourner commented Sep 21, 2023

Cherry-picking a fix from @jtorresfabra to release branch.

…786)

* Fix flickering and several errors in shadow tile cover

Sorting of shadowCasterTiles was incorrect so we were not removing repeated tiles. We also were creating shadow tile covers for raster sources, which was incorrect and hitting memory/performance. Finally the overscaledZoom used for the tilecover was updated to match what we have in internal

* Test remove subdivs

* Fix childOf to behave the same as native and avoid subdiving shadow caster tiles
@mourner mourner added the skip changelog Used for PRs that do not need a changelog entry label Sep 21, 2023
@mourner mourner requested a review from a team as a code owner September 21, 2023 12:57
@mourner mourner merged commit c072bf7 into release-v3.0 Sep 21, 2023
28 checks passed
@mourner mourner deleted the fix-tilecover branch September 21, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog Used for PRs that do not need a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants