UNPKG

@pansy/react-mapbox-gl

Version:

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

13 lines (12 loc) 208 B
// src/components/MarkerCluster/config.ts var defaultSuperclusterOptions = { radius: 60, minZoom: 0, maxZoom: 16, extent: 512, nodeSize: 64, log: false }; export { defaultSuperclusterOptions };