-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add getCoverage accessor to ColumnLayer #7351
base: master
Are you sure you want to change the base?
Conversation
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.
We never use accessors for multipliers. It's counter intuitive given that coverage is a percentage. Why not add a getRadius
instead?
How would this work with |
I don't really have an opinion on that statement, but I can offer a few WebGPU observations:
|
H3 hexes have a defined geo boundary, which we should never arbitrarily offset from. Besides, the layer only renders |
@ibgreen thanks, interesting input - I think we should discuss this as part of the broader WebGPU migration @Pessimistress yes the How about this approach:
I don't understand this comment. If we shouldn't offset from the true H3 boundary, why is there a |
Good question. Maybe we should remove it since it doesn't work in the high-precision (polygon) case... |
I think that having |
0a083b6
to
eb85da3
Compare
For #7333
Change List
getCoverage
in place ofcoverage
propcoverage
prop