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

Move selected_bounds from Layer to Map #676

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Oct 7, 2024

selected_bounds should be a property of the Map. In the future, when we use deck.gl to perform picking, we'll have selected_indices as a property of each individual layer. This is necessary because the data is a property of each layer, while

Or alternatively if we perform data filtering on the Python side, then in the future we could also add selected_bounds to each layer (though probably as a private attribute)

@kylebarron kylebarron changed the title Move selected_bounds to Map Move selected_bounds from Layer to Map Oct 7, 2024
@kylebarron kylebarron enabled auto-merge (squash) October 7, 2024 19:45
@kylebarron kylebarron merged commit f7c8d33 into main Oct 7, 2024
5 checks passed
@kylebarron kylebarron deleted the kyle/move-selected-bounds-to-map branch October 7, 2024 19:47
@kylebarron kylebarron mentioned this pull request Oct 7, 2024
kylebarron added a commit that referenced this pull request Oct 7, 2024
### Change list

- Updated changelog
- Added `model.save_changes` that was left out from
#676
- Minor other fixes
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

Successfully merging this pull request may close these issues.

1 participant