Hello
I use the markercluster.js plug-in and I want to modify some of its default options. In particular, I would like to dynamically change the 'disableClusteringAtZoom'.
In leaflet, it is done like this: var markers = L.markerClusterGroup({ disableClusteringAtZoom: 17 }); But I'm not sure how to do it in angular-leaflet-directive.
Hello I use the markercluster.js plug-in and I want to modify some of its default options. In particular, I would like to dynamically change the 'disableClusteringAtZoom'. In leaflet, it is done like this:
var markers = L.markerClusterGroup({ disableClusteringAtZoom: 17 });
But I'm not sure how to do it in angular-leaflet-directive.Thanks JoceM