Closed puopg closed 2 years ago
I've done some research and the first commit where this is an issue is https://github.com/visgl/deck.gl/commit/6febcc5bac47c0d3802512321ea0ca7b0b7b6bb4
The issue can be reproduced by adding a HeatmapLayer
to examples/get-started/pure-js/google-maps/app.js
Fix landed in 8.7.12
I think I get the same issue with version 8.8.22 using mapbox, the flash problem It happens for one second and then disappers
Description
(Update) Turns out I can repro on desktop chrome testing more...
When using the heatmap layer with
VECTOR
based google map, the entire screen gets covered by the heatmap regardless of settings to radius, etc.RASTER
based google map also is fine I believe.interleaved: false
to the Deck config seems to resolve this issue, but then the heatmap is rendered above map controls and other things like markers.Video showing the layering on top of map controls:
https://user-images.githubusercontent.com/7741481/172528659-365e1e6a-f1f2-444b-b82c-3e12756b9875.mov
Video showing default behavior, most intense color seems to cover entire screen.
https://user-images.githubusercontent.com/7741481/172528673-a0f4e551-2348-4f20-a9dd-dfa4af7f7615.mov
Flavors
Expected Behavior
Ideally would expect data points on the heatmap to render as expected, honoring radius and stuff. Pretty much the
interleaved: false
result in the video above, but without the layering problems.Steps to Reproduce
Similar to another bug I reported, the setup can be done as follows:
Then:
And then render a component like:
Environment
Logs
No response