We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6228142 + ac597df commit 7626fedCopy full SHA for 7626fed
2 files changed
CHANGES.txt
@@ -8,6 +8,7 @@
8
0.3.0
9
~~~~~
10
11
+- Added `FastMarkerCluster` (James Gardiner #585 (proposed by @ruoyu0088))
12
- Added style option to 'Timestamped geojson' plugin (soymsk #627)
13
- Switched to `leaflet 1.0.1` (juoceano #531 and ocefpaf #535)
14
- Added `continuous_world`, `world_copy_jump`, and `no_wrap` options (ocefpaf #508)
folium/plugins/__init__.py
@@ -7,6 +7,7 @@
7
"""
from .boat_marker import BoatMarker
+from .fast_marker_cluster import FastMarkerCluster
from .float_image import FloatImage
from .fullscreen import Fullscreen
from .heat_map import HeatMap
0 commit comments