Skip to content

Commit

Permalink
Remove Icon for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney committed Jan 15, 2024
1 parent 393d7f5 commit 87c7275
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions python/ipyleaflet_core/ipyleaflet/leaflet.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,18 +563,13 @@ class WidgetMarker(Marker):
-----------
child : DOMWidget
The child widget to be displayed as the marker.
Attributes:
-----------
icon : None
The icon associated with the marker.
"""

_view_name = Unicode('LeafletWidgetMarkerView').tag(sync=True)
_model_name = Unicode('LeafletWidgetMarkerModel').tag(sync=True)

child = Instance(DOMWidget).tag(sync=True, **widget_serialization)
icon = None
# icon = None

def __init__(self, child, **kwargs):
super(WidgetMarker, self).__init__(child=child, **kwargs)
Expand Down

0 comments on commit 87c7275

Please sign in to comment.