Skip to main content

Function: appendJoinValuesToGeometries()

appendJoinValuesToGeometries(geometries, joinValues): { content: { features: any[]; type: string; }; type: string; } | { content: any[][]; type: string; }

Defined in: packages/tools/geoda/src/spatial_join/tool.ts:372

Parameters

geometries

SpatialGeometry

joinValues

Record<string, (string | number)[]>

Returns

{ content: { features: any[]; type: string; }; type: string; } | { content: any[][]; type: string; }