Skip to content

Commit

Permalink
Add tags in AntPath to support TagFilterButton
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiechoi1995 authored May 4, 2023
1 parent 6fa0725 commit 2f0838d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folium/plugins/antpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ def __init__(self, locations, popup=None, tooltip=None, **kwargs):
"opacity": kwargs.pop("opacity", 0.5),
"color": kwargs.pop("color", "#0000FF"),
"pulseColor": kwargs.pop("pulse_color", "#FFFFFF"),
"tags": kwargs.pop("tags", None),
}
)

0 comments on commit 2f0838d

Please sign in to comment.