Skip to content

Commit

Permalink
Add DivIcon as accepted type of Marker icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsapphire committed Dec 16, 2024
1 parent d04d4ba commit 3a15bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folium/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def __init__(
location: Optional[Sequence[float]] = None,
popup: Union["Popup", str, None] = None,
tooltip: Union["Tooltip", str, None] = None,
icon: Optional[Icon] = None,
icon: Optional[Union[Icon, "DivIcon"]] = None,
draggable: bool = False,
**kwargs: TypeJsonValue,
):
Expand Down

0 comments on commit 3a15bf7

Please sign in to comment.