Skip to content

Commit 7626fed

Browse files
committed
Merge branch 'fast-marker-cluster' of github.com:JamesGardiner/folium into fast-marker-cluster
2 parents 6228142 + ac597df commit 7626fed

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
0.3.0
99
~~~~~
1010

11+
- Added `FastMarkerCluster` (James Gardiner #585 (proposed by @ruoyu0088))
1112
- Added style option to 'Timestamped geojson' plugin (soymsk #627)
1213
- Switched to `leaflet 1.0.1` (juoceano #531 and ocefpaf #535)
1314
- Added `continuous_world`, `world_copy_jump`, and `no_wrap` options (ocefpaf #508)

folium/plugins/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"""
88

99
from .boat_marker import BoatMarker
10+
from .fast_marker_cluster import FastMarkerCluster
1011
from .float_image import FloatImage
1112
from .fullscreen import Fullscreen
1213
from .heat_map import HeatMap

0 commit comments

Comments
 (0)