Skip to content

Commit 2f0838d

Browse files
Add tags in AntPath to support TagFilterButton
1 parent 6fa0725 commit 2f0838d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

folium/plugins/antpath.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ def __init__(self, locations, popup=None, tooltip=None, **kwargs):
6565
"opacity": kwargs.pop("opacity", 0.5),
6666
"color": kwargs.pop("color", "#0000FF"),
6767
"pulseColor": kwargs.pop("pulse_color", "#FFFFFF"),
68+
"tags": kwargs.pop("tags", None),
6869
}
6970
)

0 commit comments

Comments
 (0)