Skip to content

Commit 13521cc

Browse files
committed
fix: export WebGLEarth classes from plugins __init__.py (fixes docs build)
1 parent 720ee82 commit 13521cc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

folium/plugins/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
from folium.plugins.timestamped_wmstilelayer import TimestampedWmsTileLayers
3838
from folium.plugins.treelayercontrol import TreeLayerControl
3939
from folium.plugins.vectorgrid_protobuf import VectorGridProtobuf
40+
from folium.plugins.webgl_earth import WebGLEarth, WebGLEarthMarker, WebGLEarthTileLayer, WebGLEarthRealtime
4041

4142
__all__ = [
4243
"AntPath",
@@ -79,4 +80,8 @@
7980
"TimestampedWmsTileLayers",
8081
"TreeLayerControl",
8182
"VectorGridProtobuf",
83+
"WebGLEarth",
84+
"WebGLEarthMarker",
85+
"WebGLEarthTileLayer",
86+
"WebGLEarthRealtime",
8287
]

0 commit comments

Comments
 (0)