一个非常快速的JavaScript库,用于浏览器和Node的地理空间点聚类。
安装
npm install supercluster
or Yarn
yarn add supercluster
使用
const index = new Supercluster({
radius: 40,
maxZoom: 16
});
index.load(points);
index.getClusters([-180, -85, 180, 85], 2);
链接: https://www.fly63.com/nav/2326