Rahul Mahadik

Results 3 comments of Rahul Mahadik

``` var cnt = 1 for (var i = 0; i < addressPoints.length; i++) { var a = addressPoints[i]; var title = a[2]; var marker = L.marker(L.latLng(a[0], a[1]), { title:...

> > > @rahulmahadik that is still using `addLayers()` ? I posted the [example code and screenshot](https://github.com/Leaflet/Leaflet.markercluster/issues/951#issuecomment-497036613)

> > > > > @rahulmahadik that is still using `addLayers()` ? > > > > > > I posted the [example code and screenshot](https://github.com/Leaflet/Leaflet.markercluster/issues/951#issuecomment-497036613) > > The issue is...