lpongetti / flutter_map_marker_cluster

Provides beautiful animated marker clustering functionality for flutter_map. Inspired by Leaflet.markercluster
BSD 3-Clause "New" or "Revised" License
243 stars 215 forks source link

Build spiderfy layers on top of other markers and clusters #199

Closed mdanics closed 7 months ago

mdanics commented 7 months ago

Previously if you clicked on a cluster and they were spiderfied, they could be built underneath nearby markers / clusters. This PR ensures they are built above them.