[Bug] Heatmap with MapboxOverlay broken after version 9.0.41
Description
After upgrading to 9.1.2 the Heatmap in combination with MapboxOverlay renders as a single (yellow) blob.
Flavors
- [x] Script tag
- [ ] React
- [ ] Python/Jupyter notebook
- [x] MapboxOverlay
- [ ] GoogleMapsOverlay
- [ ] CARTO
- [ ] ArcGIS
Expected Behavior
Heatmap visualisation as prior to 9.1.2
Steps to Reproduce
Started from Heatmap example at deck.gl and added MapboxOverlay: Codepen When switching to 9.0.41, the heatmap renders as expected.
Environment
- Framework version: 9.1.2
- Browser: Firefox 135.0, Edge 133.0.3065.69
- OS: Windows 10
Logs
No response
Is there any plan on fixing this? I just tested on 9.1.9 and it still does not work properly. It is only working on 9.0.xx or older versions.
Can confirm I see the same issue in 9.1.14 as well. Setting interleaved to false seems to resolve the issue with the Heatmap Layer.
Interleaved false will work yes, but it's then ontop of the map, not ideal.