-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support TagFilterButton in PolyLine, AntPath and GeoJson #1756
Support TagFilterButton in PolyLine, AntPath and GeoJson #1756
Conversation
Hi Jamie, thanks for your PR! Nice to see that the TagFilterButton works for more than just markers. Since they don't specify this in their own documentation (https://github.com/maydemirx/leaflet-tag-filter-button) I'm hesitant to 'officially' support this in Folium. I took your branch and added some changes, hope you don't mind.
With this, you will be able to use |
Your solution is more elegant, looks good to me. 😄 I think supporting this in Folium is needed. |
Sounds good. I added a specification to the docstring. Once the tests pass we can merge this one. |
Support TagFilterButton in PolyLine, AntPath and GeoJson
Fix #1751