disable clustering at share link zoom level
This commit is contained in:
parent
bb7fa83d94
commit
62acf82560
1 changed files with 1 additions and 0 deletions
|
|
@ -887,6 +887,7 @@
|
|||
var neighboursLayerGroup = new L.LayerGroup();
|
||||
var nodesClusteredLayerGroup = L.markerClusterGroup({
|
||||
showCoverageOnHover: false,
|
||||
disableClusteringAtZoom: 10, // zoom level where goToNode zooms to
|
||||
});
|
||||
|
||||
// create icons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue