From 60429e56430c6e507229692f1f5e9c4683078ca6 Mon Sep 17 00:00:00 2001 From: muerwre Date: Tue, 26 Feb 2019 17:20:10 +0700 Subject: [PATCH] smaller clusterization distance --- src/modules/Poly.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Poly.ts b/src/modules/Poly.ts index f7046f4..be31610 100644 --- a/src/modules/Poly.ts +++ b/src/modules/Poly.ts @@ -168,7 +168,7 @@ export class Poly { showCoverageOnHover: false, zoomToBoundsOnClick: false, animate: false, - maxClusterRadius: 100, + maxClusterRadius: 60, // disableClusteringAtZoom: 13, iconCreateFunction: arrowClusterIcon, });