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

CollisionFilterEffect: Explicitly pass isPicking to preRender #9417

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

felixpalmer
Copy link
Collaborator

Closes #9410

Background

As the isPicking flag was not being passed the CollisionFilterEffect destroyed the FBO for the non-pickable layers, leading to the layers to then disappear in the render pass

Screen.Recording.2025-02-10.at.10.40.32.mov

Change List

  • Explicitly pass isPicking = true when invoking Effect.preRender from the deck picker

@coveralls
Copy link

Coverage Status

coverage: 91.642% (+0.007%) from 91.635%
when pulling 3d3a61b on felix/collision-filter-picking
into 2819e97 on master.

Copy link
Collaborator

@donmccurdy donmccurdy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working on my local test, much nicer fix than #9413, thank you!

@felixpalmer felixpalmer merged commit 855d10a into master Feb 11, 2025
4 checks passed
@felixpalmer felixpalmer deleted the felix/collision-filter-picking branch February 11, 2025 10:14
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

Successfully merging this pull request may close these issues.

[Bug] [carto] PointLabelLayer, CollisionFilterExtension, and picking cause labels to flicker
3 participants