We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d06b52 commit 89d1a0bCopy full SHA for 89d1a0b
folium/map.py
@@ -404,7 +404,7 @@ def __init__(
404
draggable=draggable or None, autoPan=draggable or None, **kwargs
405
)
406
# this attribute is not used by Marker, but by GeoJson
407
- self.icon: Union[Icon, "CustomIcon", "DivIcon", None] = None
+ self.icon = None
408
if icon is not None:
409
self.add_child(icon)
410
self.icon = icon
0 commit comments