smaller clusterization distance

This commit is contained in:
muerwre 2019-02-26 17:20:10 +07:00
parent 968c871c11
commit 60429e5643

View file

@ -168,7 +168,7 @@ export class Poly {
showCoverageOnHover: false, showCoverageOnHover: false,
zoomToBoundsOnClick: false, zoomToBoundsOnClick: false,
animate: false, animate: false,
maxClusterRadius: 100, maxClusterRadius: 60,
// disableClusteringAtZoom: 13, // disableClusteringAtZoom: 13,
iconCreateFunction: arrowClusterIcon, iconCreateFunction: arrowClusterIcon,
}); });