UNPKG

@pansy/react-mapbox-gl

Version:

🌍 基于 Mapbox GL 封装的 React 组件库

11 lines (9 loc) 213 B
import type { Supercluster } from './types'; export const defaultSuperclusterOptions: Supercluster.Options<any, any> = { radius: 60, minZoom: 0, maxZoom: 16, extent: 512, nodeSize: 64, log: false, };