We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec54cd5 commit d6f04cbCopy full SHA for d6f04cb
docs/user_guide/plugins/mini_map.md
@@ -23,7 +23,7 @@ m
23
24
```{code-cell} ipython3
25
m = folium.Map(location=(30, 20), zoom_start=4)
26
-MiniMap().add_to(m)
+MiniMap(tile_layer="Cartodb dark_matter").add_to(m)
27
m
28
```
29
0 commit comments