[Feat] Add support for getCoverage accessor in ColumnLayer & others
Open
@felixpalmer is already working on this.
Since Oct 14, 2022.
feature
- Dominant language
- TypeScript
- Stars
- 14.6k
- Forks
- 2.3k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 42
Description
Target Use Case
Currently the ColumnLayer only supports a static value for coverage prop. Kepler.gl has an enhanced layer which adds the ability to scale the coverage using an accessor, allowing visualizations like:

Proposal
ColumnLayeris modified to include agetCoverageaccessor- Other layers which use the
ColumnLayerfor rendering take advantage of this new feature:H3HexagonLayer&HexagonLayer
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.