Commit 1b43be4 1 parent b2cb81a commit 1b43be4 Copy full SHA for 1b43be4
File tree 1 file changed +2
-2
lines changed
docs/user_guide/ui_elements
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Every layer element in Folium has a couple common arguments:
26
26
27
27
- ` name ` : how the layer will be named in the layer control.
28
28
- ` overlay ` : True if the layer is an overlay, False if the layer is a base layer.
29
- - base layer: only one of them can be active at a time. Mostly used for tile layers.
30
- - overlay: multiple can be active at the same time. Used for anything else than tile layers.
29
+ - base layer: only one can be active at a time. Tile layers are base layers by default .
30
+ - overlay: multiple can be active at the same time. ` FeatureGroup ` s and most non- tile layers are overlays by default .
31
31
- ` control ` : Whether the layer can be controlled in the layer control.
32
32
- ` show ` : Whether the layer will be shown when opening the map.
33
33
You can’t perform that action at this time.
0 commit comments