Skip to content

Commit

Permalink
fixed function name
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Dec 15, 2023
1 parent 1ecbd5f commit 1085c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/documentation/content/leaflet_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def markers() -> None:
These can be added with the `generic_layer` method.
We are happy to review any pull requests to add more specific layers to simplify usage.
''')
def markers() -> None:
def vector_layers() -> None:
m = ui.leaflet(location=(51.505, -0.09)).classes('h-32')
m.generic_layer(name='circle',
args=[[51.505, -0.09], {'color': 'red', 'radius': 300}])
Expand Down

0 comments on commit 1085c97

Please sign in to comment.