We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f886455 commit f622c6bCopy full SHA for f622c6b
1 file changed
folium/map.py
@@ -86,6 +86,11 @@ class LayerControl(MacroElement):
86
This object should be added to a Map object. Only Layer children
87
of Map are included in the layer control.
88
89
+ Note
90
+ ----
91
+ The LayerControl should be added last to the map.
92
+ Otherwise, the LayerControl and/or the controlled layers may not appear.
93
+
94
Parameters
95
----------
96
position : str
0 commit comments