Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion folium/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ class Choropleth(FeatureGroup):
Enable highlight functionality when hovering over a GeoJSON area.
name : string, optional
The name of the layer, as it will appear in LayerControls
overlay : bool, default False
overlay : bool, default True
Adds the layer as an optional overlay (True) or the base layer (False).
control : bool, default True
Whether the Layer will be included in LayerControls.
Expand Down