mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
perf(global): use larger spacing to avoid high CPU usage
This commit is contained in:
parent
5e51fb3d02
commit
d63f5923ea
@ -82,7 +82,7 @@ export async function Global({ countries = [] }: GlobalProps) {
|
|||||||
// 获取国家的边界框
|
// 获取国家的边界框
|
||||||
const bbox = turf.bbox(feature);
|
const bbox = turf.bbox(feature);
|
||||||
|
|
||||||
const spacing = 20; // 单位为千米,值越小点越密集
|
const spacing = 40; // 单位为千米,值越小点越密集
|
||||||
const options = { units: "kilometers" };
|
const options = { units: "kilometers" };
|
||||||
// @ts-expect-error ignore
|
// @ts-expect-error ignore
|
||||||
const pointGrid = turf.pointGrid(bbox, spacing, options);
|
const pointGrid = turf.pointGrid(bbox, spacing, options);
|
||||||
|
Loading…
Reference in New Issue
Block a user