javascript - Leaflet.markercluster cluster added to DOM event -


i'm trying customize marker clusters appear pie charts, using chart.js library.

i've overridden iconcreatefucntion additional calculations necessary , set data, transform icons actual charts, need call additional js when cluster icon added dom.

how can hook leaflet.markercluster's "cluster icon added" event?

ok, figured out.

it's simple adding like:

cluster.on 'add', (event) ->     # stuff event.target, l.markerclustergroup instance 

to iconcreatefunction

hope helps else out 1 day...


Comments

Popular posts from this blog

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -

c - ALSA programming: how to stop immediately -