We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963cc0b commit d2a1224Copy full SHA for d2a1224
1 file changed
folium/map.py
@@ -144,6 +144,9 @@ class LayerControl(MacroElement):
144
autoZIndex : bool, default True
145
If true the control assigns zIndexes in increasing order to all of
146
its layers so that the order is preserved when switching them on/off.
147
+ draggable: bool, default False
148
+ By default the layer control has a fixed position. Set this argument
149
+ to True to allow dragging the control around.
150
**kwargs
151
Additional (possibly inherited) options. See
152
https://leafletjs.com/reference.html#control-layers
0 commit comments