nickcam / FlareClusterLayer

ArcGIS javascript custom graphics layer. Create clusters...with flares.
https://flareclusterlayer.azurewebsites.net/index_v4.html
MIT License
134 stars 51 forks source link

how to dynamics add point #36

Closed itislegend closed 5 years ago

nickcam commented 5 years ago

Hi, not 100% sure what you mean. I'm assuming you want to a point to the layer at any time?? If so then just add the point to your data set that you originally passed to the layer, then call setData on the layer instance.

flareClusterLayer.setData(data, true);