Skip to content

Commit

Permalink
doc: map_options -> options
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoldi committed Oct 22, 2024
1 parent 65549ea commit aa6ff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/all/views/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
rrb.MapView(
origin="points",
name="MapView",
map_options=rrb.archetypes.MapOptions(provider=rrb.components.MapProvider.MapboxStreets),
options=rrb.archetypes.MapOptions(provider=rrb.components.MapProvider.MapboxStreets),
),
collapse_panels=True,
)
Expand Down

0 comments on commit aa6ff1c

Please sign in to comment.