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 b2cb81a commit 23618fbCopy full SHA for 23618fb
docs/user_guide/ui_elements/layer_control.md
@@ -12,8 +12,7 @@ Add a control to the map to show or hide layers.
12
```{code-cell} ipython3
13
m = folium.Map(tiles=None)
14
15
-folium.TileLayer("OpenStreetMap").add_to(m)
16
-folium.TileLayer(show=False).add_to(m)
+folium.TileLayer("OpenStreetMap", overlay=True).add_to(m)
17
18
folium.LayerControl().add_to(m)
19
0 commit comments