Description
When I use interleaved MapboxOverlay with a mix of deck.gl + Mapbox layers, any layer using CollisionFilterExtension won’t render above the Mapbox layers.
In the attached CodePen, all the circles in the ScatterplotLayer are hidden. If I comment out CollisionFilterExtension, or set the MVTLayer beforeId to undefined, the ScatterplotLayer becomes visible again.
Flavors
Expected Behavior
The collision-filtered layer should render above the Mapbox layers.
Steps to Reproduce
https://codepen.io/miruiz/pen/azZreaa
Environment
- Framework version: 9.2.8
- Browser: Chrome
- OS: Windows
Logs
No response