visgl / visgl/deck.gl

[Feat] Add support for getCoverage accessor in ColumnLayer & others

Open
#7,333 0 comments 0 reactions 1 assignee View on GitHub

@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:

Screenshot 2022-05-12 at 14 01 09

Proposal
  • ColumnLayer is modified to include a getCoverage accessor
  • Other layers which use the ColumnLayer for rendering take advantage of this new feature: H3HexagonLayer & HexagonLayer

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.