We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7626fed commit 79cbb5cCopy full SHA for 79cbb5c
2 files changed
folium/plugins/__init__.py
@@ -14,7 +14,6 @@
14
from .image_overlay import ImageOverlay
15
from .marker_cluster import MarkerCluster
16
from .polyline_text_path import PolyLineTextPath
17
-from .fast_marker_cluster import FastMarkerCluster
18
from .scroll_zoom_toggler import ScrollZoomToggler
19
from .terminator import Terminator
20
from .timestamped_geo_json import TimestampedGeoJson
folium/plugins/fast_marker_cluster.py
@@ -8,7 +8,7 @@
8
9
from jinja2 import Template
10
11
-from . import MarkerCluster
+from folium.plugins.marker_cluster import MarkerCluster
12
13
class FastMarkerCluster(MarkerCluster):
0 commit comments