Leaflet.markercluster集群添加到DOM事件

时间:2014-04-22 10:29:07

标签: javascript leaflet

我尝试使用Chart.js库自定义我的标记群集以显示为饼图。

我已覆盖iconCreateFucntion进行必要的额外计算并设置我的数据,但要将我的图标转换为实际图表,我需要在将群集图标添加到其中时调用一些额外的JS DOM。

如何挂钩Leaflet.markercluster""添加了群集图标"事件

1 个答案:

答案 0 :(得分:0)

好的,我明白了。

就像添加以下内容一样简单:

cluster.on 'add', (event) ->
    # do stuff with event.target, which is the L.MarkerClusterGroup instance

iconCreateFunction

希望有一天能帮助其他人......