Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions folium/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
from folium.plugins.timestamped_wmstilelayer import TimestampedWmsTileLayers
from folium.plugins.treelayercontrol import TreeLayerControl
from folium.plugins.vectorgrid_protobuf import VectorGridProtobuf
from folium.plugins.webgl_earth import (
WebGLEarth,
WebGLEarthMarker,
WebGLEarthRealtime,
WebGLEarthTileLayer,
)

__all__ = [
"AntPath",
Expand Down Expand Up @@ -79,4 +85,8 @@
"TimestampedWmsTileLayers",
"TreeLayerControl",
"VectorGridProtobuf",
"WebGLEarth",
"WebGLEarthMarker",
"WebGLEarthTileLayer",
"WebGLEarthRealtime",
]
Loading