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

Feat(map): layer groups #2571

Merged

Conversation

jfmcquade
Copy link
Collaborator

@jfmcquade jfmcquade commented Nov 30, 2024

PR Checklist

  • PR title descriptive (can be used in release notes)

Description

The map component has a new parameter: layer_groups. An instance of the map component should be passed either a value for layers or a value for layer_groups.

layer_groups takes a reference to a data list containing layer group rows, of the structure in comp_map_layer_groups:
Screenshot 2024-12-02 at 09 57 35

The layers_data column should contain reference to a data list of rows, in the standard format already established for the comp_map layers param.

Git Issues

Closes #

Screenshots/Videos

comp_map:
Screenshot 2024-12-02 at 09 58 38

comp_map_layer_groups:
Screenshot 2024-12-02 at 10 01 17

comp_map_layer_group_1
comp_map_layer_group_2
comp_map_layer_group_3

Demo:

layer.groups.mov

@github-actions github-actions bot added the feature Work on app features/modules label Nov 30, 2024
@github-actions github-actions bot added the scripts Work on backend scripts and devops label Dec 2, 2024
@jfmcquade jfmcquade marked this pull request as ready for review December 2, 2024 10:04
@github-actions github-actions bot removed the feature Work on app features/modules label Dec 2, 2024
@github-actions github-actions bot added the feature Work on app features/modules label Dec 2, 2024
@jfmcquade jfmcquade merged commit d67f0fb into deployment/conflict_forecast Dec 2, 2024
2 checks passed
@jfmcquade jfmcquade deleted the deployment_dev/conflict_forecast branch December 2, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Work on app features/modules scripts Work on backend scripts and devops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants