deck.gl icon indicating copy to clipboard operation
deck.gl copied to clipboard

[Bug] Heatmap with MapboxOverlay broken after version 9.0.41

Open UrbnPi opened this issue 10 months ago • 3 comments

Description

After upgrading to 9.1.2 the Heatmap in combination with MapboxOverlay renders as a single (yellow) blob.

Image

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

UrbnPi avatar Feb 20 '25 13:02 UrbnPi

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.

gogetron avatar Apr 17 '25 11:04 gogetron

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.

quicklikerabbit avatar Oct 02 '25 00:10 quicklikerabbit

Interleaved false will work yes, but it's then ontop of the map, not ideal.

jpinn97 avatar Oct 21 '25 09:10 jpinn97