-
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
Add layer control tree plugin #1895
Add layer control tree plugin #1895
Conversation
0192975
to
884ed3a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Useful plugin, nice implementation. Very complete with documentation.
Some very minor comments. I do want to split out the tojavascript
part in a separate PR, so we'd have to update this branch when that has been merged. But should be easy to merge after that.
Update this branch once #1912 has been merged. |
11422ac
to
732accf
Compare
For some reason the updating from main didn't go as expected, I'm seeing the changes that are in main also in the diff here. Maybe something to be mindful of next time. I suppose when I merge this PR it will not cause an issue. |
Implemented the
Leaflet.Control.Layers.Tree
in Folium. See https://github.com/jjimenezshaw/Leaflet.Control.Layers.Tree for more details.Closes: #1606