Skip to content

Commit 4affacb

Browse files
authored
Fix overlay=True by default in Choropleth's doc (#1267)
1 parent 41f8261 commit 4affacb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

folium/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ class Choropleth(FeatureGroup):
10951095
Enable highlight functionality when hovering over a GeoJSON area.
10961096
name : string, optional
10971097
The name of the layer, as it will appear in LayerControls
1098-
overlay : bool, default False
1098+
overlay : bool, default True
10991099
Adds the layer as an optional overlay (True) or the base layer (False).
11001100
control : bool, default True
11011101
Whether the Layer will be included in LayerControls.

0 commit comments

Comments
 (0)