Commit fa6d9b90bac3c850033902035240945e58163db0

Authored by Igor Kulikov
Committed by GitHub
2 parents afc29596 cb2e2b64

Merge pull request #4956 from vvlladd28/bug/map/clustrering

[3.3.0] UI: Fixed not correct work clustering market showed spidery effect
... ... @@ -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,
... ...