We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a2dc9a + 9e26312 commit 9cb3b1fCopy full SHA for 9cb3b1f
folium/plugins/__init__.py
@@ -24,6 +24,7 @@
24
from folium.plugins.terminator import Terminator
25
from folium.plugins.timestamped_geo_json import TimestampedGeoJson
26
from folium.plugins.timestamped_wmstilelayer import TimestampedWmsTileLayers
27
+from folium.plugins.video_overlay import VideoOverlay
28
29
__all__ = [
30
'BoatMarker',
@@ -39,5 +40,6 @@
39
40
'ScrollZoomToggler',
41
'Terminator',
42
'TimestampedGeoJson',
- 'TimestampedWmsTileLayers'
43
+ 'TimestampedWmsTileLayers',
44
+ 'VideoOverlay',
45
]
0 commit comments