disable clustering at share link zoom level
This commit is contained in:
@ -887,6 +887,7 @@
|
|||||||
var neighboursLayerGroup = new L.LayerGroup();
|
var neighboursLayerGroup = new L.LayerGroup();
|
||||||
var nodesClusteredLayerGroup = L.markerClusterGroup({
|
var nodesClusteredLayerGroup = L.markerClusterGroup({
|
||||||
showCoverageOnHover: false,
|
showCoverageOnHover: false,
|
||||||
|
disableClusteringAtZoom: 10, // zoom level where goToNode zooms to
|
||||||
});
|
});
|
||||||
|
|
||||||
// create icons
|
// create icons
|
||||||
|
Reference in New Issue
Block a user