Skip to content

Commit

Permalink
add tile layer to example (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmaps authored Feb 8, 2024
1 parent ec54cd5 commit d6f04cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/plugins/mini_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ m

```{code-cell} ipython3
m = folium.Map(location=(30, 20), zoom_start=4)
MiniMap().add_to(m)
MiniMap(tile_layer="Cartodb dark_matter").add_to(m)
m
```

Expand Down

0 comments on commit d6f04cb

Please sign in to comment.