Skip to content

Commit

Permalink
Add interactive param draw_features_selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jun 24, 2024
1 parent 6cc6e6a commit 1caa3e8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions maplibre/ipywidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class MapWidget(AnyWidget, Map):
center = traitlets.Dict().tag(sync=True)
zoom = traitlets.Float().tag(sync=True)
bounds = traitlets.Dict().tag(sync=True)
draw_features_selected = traitlets.List().tag(sync=True)

def __init__(self, map_options=MapOptions(), **kwargs) -> None:
self.calls = []
Expand Down
Loading

0 comments on commit 1caa3e8

Please sign in to comment.