UI: Fixed not correct work clustering market showed spidery effect when active settings: zoom on click and max clustering zoom
This commit is contained in:
parent
4ce9e0968d
commit
cb2e2b6429
@ -101,6 +101,7 @@ export default abstract class LeafletMap {
|
||||
maxZoom }: MapSettings = options;
|
||||
if (useClusterMarkers) {
|
||||
const clusteringSettings: MarkerClusterGroupOptions = {
|
||||
spiderfyOnMaxZoom: false,
|
||||
zoomToBoundsOnClick: zoomOnClick,
|
||||
showCoverageOnHover,
|
||||
removeOutsideVisibleBounds,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user