We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720ee82 commit 2601e11Copy full SHA for 2601e11
1 file changed
folium/plugins/__init__.py
@@ -37,6 +37,12 @@
37
from folium.plugins.timestamped_wmstilelayer import TimestampedWmsTileLayers
38
from folium.plugins.treelayercontrol import TreeLayerControl
39
from folium.plugins.vectorgrid_protobuf import VectorGridProtobuf
40
+from folium.plugins.webgl_earth import (
41
+ WebGLEarth,
42
+ WebGLEarthMarker,
43
+ WebGLEarthRealtime,
44
+ WebGLEarthTileLayer,
45
+)
46
47
__all__ = [
48
"AntPath",
@@ -79,4 +85,8 @@
79
85
"TimestampedWmsTileLayers",
80
86
"TreeLayerControl",
81
87
"VectorGridProtobuf",
88
+ "WebGLEarth",
89
+ "WebGLEarthMarker",
90
+ "WebGLEarthTileLayer",
91
+ "WebGLEarthRealtime",
82
92
]
0 commit comments