Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jun 26, 2024
1 parent 0ba8794 commit e80179f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
::: maplibre.ipywidget.MapWidget
options:
inherited_members: false


::: maplibre.plugins
4 changes: 4 additions & 0 deletions maplibre/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@ def add_mapbox_draw(
) -> None:
"""Add MapboxDraw controls to the map
Note:
See [MapboxDraw API Reference](https://github.com/mapbox/mapbox-gl-draw/blob/main/docs/API.md)
for available options.
Args:
options (dict | MapboxDrawOptions): MapboxDraw options.
position (str | ControlPosition): The position of the MapboxDraw controls.
Expand Down

0 comments on commit e80179f

Please sign in to comment.