SINTEF-9012 / PruneCluster

Fast and realtime marker clustering for Leaflet
MIT License
552 stars 131 forks source link

Open popup not working #173

Open jotauses opened 5 years ago

jotauses commented 5 years ago

How can I open a marker's popup programatically? marker.openPopup() does not work...

for(let marker of pruneCluster.GetMarkers()){ if(marker.data.id == username){ marker.openPopup(); } }