0

I use angular-leaflet with leaflet markercluster plugin (see http://tombatossals.github.io/angular-leaflet-directive/examples/0000-viewer.html#/layers/overlays-markercluster-example for example).

Now I have three different overlays with 'clustermarker' type. At the moment markers of each overlay cluster only with markers from the same overlay. I would like all of them to cluster with each other. How can I accomplish this?

makar
  • 155
  • 3
  • 14

1 Answers1

1

You might be interested in those extra Leaflet plugins:

But I am unsure about how to use them with Angular Leaflet Directive.

Disclaimer: I am the author of those plugins.

ghybs
  • 47,565
  • 6
  • 74
  • 99
  • `Leaflet.MarkerCluster.LayerSupport` is a way. [Here](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/issues/17#issuecomment-559613060) is (almost) locally working example. – Jasom Dotnet Nov 28 '19 at 22:32