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

Method to flexibly define DeckGL layer APIs to data columns or custom values #38

Closed
layik opened this issue Mar 11, 2021 · 0 comments
Closed

Comments

@layik
Copy link
Collaborator

layik commented Mar 11, 2021

- [ ] Arc
- [ ] Line
- [ ] path

The approach is as follows:

  1. Define the type of settings required.
  2. Define the visualization based on (1)
  3. Define passing the values from (2) in generating the layers.

That does not mean much because it is a functional approach the example is this for a heatmap layer:

  1. Define a variable called getWeight as a column based settings
  2. Generate a dropdown to select a column to be assigned to (1)
  3. Use the value obtained in (2) to generate the layer and also use it in the triggers defined in DeckGL.

Some docs is required see the Wiki pages.

layik added a commit that referenced this issue Apr 23, 2021
layik added a commit that referenced this issue Apr 24, 2021
@layik layik changed the title Complete assigning columns to main DeckGL layer values Method to flexibly define DeckGL layer APIs to data columns or custom values Apr 24, 2021
layik added a commit that referenced this issue Apr 26, 2021
Implement #38: DeckGL layer definitions in TGVE
@layik layik closed this as completed Apr 26, 2021
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

No branches or pull requests

1 participant