esri-leaflet-cluster
Advanced tools
Changelog
[3.0.0] - 2022-02-25
Changelog
[2.0.0]
L.esri.Cluster.clusteredFeatureLayer
~~ is now L.esri.Cluster.featureLayer
)bindPopup
and unbindPopup
logic have been removed from this plugin. Equivalent functionality is available via L.Layer
in Leaflet itself.clusterLayer.bindPopup(function (layer) {
return "attribute value is: " + layer.feature.properties.ATTRIBUTENAME;
});