Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / appendJoinValuesToGeometries

Function: appendJoinValuesToGeometries()

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

Defined in: src/spatial_join/tool.ts:378

Parameters

geometries

SpatialGeometry

joinValues

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

Returns

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

Released under the MIT License.