-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Heatmap example #5425
Heatmap example #5425
Conversation
//Color ramp for heatmap. Domain is 0 (low) to 1 (high) | ||
"heatmap-color": { | ||
"stops": [ | ||
[0, "#2166ac"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a 0-alpha stop a 0. E.g. we can try #2166ac00
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mourner updated the ramp to start with transparency zero.
… transparancy ramp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 !
I'm looking around Mapbox Studio and it doesn't appear that studio supports heatmaps yet? Is this correct? Thanks. |
@Shongololo correct, heatmaps are only in the latest release of GL JS v0.41.0 so far. More to come! |
Launch Checklist
Closes #5420
PR Changes
contains
expression type from doc generation.