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 | 101 | maxZoom }: MapSettings = options; |
102 | 102 | if (useClusterMarkers) { |
103 | 103 | const clusteringSettings: MarkerClusterGroupOptions = { |
104 | + spiderfyOnMaxZoom: false, | |
104 | 105 | zoomToBoundsOnClick: zoomOnClick, |
105 | 106 | showCoverageOnHover, |
106 | 107 | removeOutsideVisibleBounds, | ... | ... |