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

TagFilterButton is not a Layer #1671

Conversation

Conengmo
Copy link
Member

@Conengmo Conengmo commented Nov 29, 2022

Fixes #1670

The new TagFilterButton plugin added in #1343 acted like a layer, but it is not a layer but a control. This causes issues when you add both a TagFilterButton and a LayerControl to a map. TagFilterButton shouldn't and cannot show up in the layer control.

Fix this by making TagFilterButton inherit from MacroElement.

@Conengmo Conengmo merged commit 4f9416f into python-visualization:main Nov 29, 2022
@Conengmo Conengmo deleted the fix-TagFilterButton-with-LayerControl branch November 29, 2022 16:04
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.

TagFilterButton not compatible with LayerControl
2 participants