Commit 25ac5f309c1574b6c092ea3906dff92569bc85e5
Merge branch 'master' of github.com:thingsboard/thingsboard
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -101,6 +101,7 @@ export default abstract class LeafletMap { | @@ -101,6 +101,7 @@ export default abstract class LeafletMap { | ||
101 | maxZoom }: MapSettings = options; | 101 | maxZoom }: MapSettings = options; |
102 | if (useClusterMarkers) { | 102 | if (useClusterMarkers) { |
103 | const clusteringSettings: MarkerClusterGroupOptions = { | 103 | const clusteringSettings: MarkerClusterGroupOptions = { |
104 | + spiderfyOnMaxZoom: false, | ||
104 | zoomToBoundsOnClick: zoomOnClick, | 105 | zoomToBoundsOnClick: zoomOnClick, |
105 | showCoverageOnHover, | 106 | showCoverageOnHover, |
106 | removeOutsideVisibleBounds, | 107 | removeOutsideVisibleBounds, |