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

fix(geo-layers): HeatmapLayer crash with constant weight #9021

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

Pessimistress
Copy link
Collaborator

Closes #8960

weights.buffer is null if weight is a constant.

Note that HeatmapLayer is not working on master due to UBO work (#8997).
This patch has been tested on the 9.0-release branch.

Change List

  • HeatmapLayer handles constant attribute when updating weight map.

@coveralls
Copy link

Coverage Status

coverage: 89.304% (+0.003%) from 89.301%
when pulling 33868eb on x/heatmap
into f2564da on master.

@Pessimistress Pessimistress merged commit f6e8e7e into master Jul 14, 2024
4 checks passed
@felixpalmer
Copy link
Collaborator

Fix for Heatmap with UBOs: #9037

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Heatmap Layer Doesn't Render in v9 Update from v8.
4 participants