Commit fa6d9b90bac3c850033902035240945e58163db0
Committed by
GitHub
Merge pull request #4956 from vvlladd28/bug/map/clustrering
[3.3.0] UI: Fixed not correct work clustering market showed spidery effect
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, | ... | ... |