We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68ab3f commit 8c883dcCopy full SHA for 8c883dc
1 file changed
docs/user_guide/ui_elements/control.md
@@ -36,7 +36,7 @@ from folium.features import Control
36
m = folium.Map(location=[45, 0], zoom_start=4)
37
38
control = Control(
39
- "Fullscreen",
+ "fullscreen",
40
position="topright",
41
# Any plugin options become JS options.
42
title="View Fullscreen",
@@ -46,7 +46,7 @@ control = Control(
46
# Add the plugin's JS/CSS assets.
47
control.add_js_link(
48
"leaflet-fullscreen",
49
- "https://unpkg.com/leaflet.fullscreen@1.6.0/Control.FullScreen.js",
+ "https://unpkg.com/leaflet-fullscreen@1.6.0/dist/leaflet.fullscreen.umd.js",
50
)
51
control.add_css_link(
52
0 commit comments