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

[Bug] HeatmapLayer breaks when used with DataFilterExtension and other extensions #8841

Open
2 of 7 tasks
louis-ci opened this issue Apr 26, 2024 · 0 comments
Open
2 of 7 tasks
Labels

Comments

@louis-ci
Copy link

louis-ci commented Apr 26, 2024

Description

Hi - I noticed that the DataFilterExtension specifically calls out support with the Heatmap layer, however I am experiencing strange behaviour.

It seems as soon as a data range is applied, the heatmap fails to render.

Flavors

  • Script tag
  • React
  • Python/Jupyter notebook
  • MapboxOverlay
  • GoogleMapsOverlay
  • CartoLayer
  • ArcGIS

Expected Behavior

The heatmap render points that satisfy the filter

Steps to Reproduce

Please see a codepen example here
This uses the SF bikes data, and filters the data by spaces available.
Notice that if the range is changed to [0,10] the entire heatmap renders again. This is strange as there are lots of points in the range [1,10]

Environment

  • Framework version: 9.0.12
  • Browser: Chrome 124.0.6367.80
  • OS: MacOS

Logs

"luma.gl: Module picking not found"
"luma.gl: Unknown binding 'project32Uniforms' in render pipeline 'HeatmapLayer-triangle-layer-cached', expected one of 'maxTexture', 'weightsTexture', 'colorTexture'"
"luma.gl: Model(HeatmapLayer-triangle-layer): Missing layout for buffer 'filterValues'."
"luma.gl: Model(HeatmapLayer-triangle-layer): Missing layout for buffer 'instanceFilterValues'."
"luma.gl: Model 'HeatmapLayer-triangle-layer: Ignoring constant supplied for unknown attribute 'instancePickingColors'"
"luma.gl: Module picking not found"
"luma.gl: Unknown binding 'project32Uniforms' in render pipeline 'HeatmapLayer-triangle-layer-cached', expected one of 'maxTexture', 'weightsTexture', 'colorTexture'"

@louis-ci louis-ci added the bug label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant