gi-nx / stackFeatures
ts
function stackFeatures(features: (
| PreStackedPoint
| PreStackedLineString
| PreStackedPolygon<Record<string, any>>)[]): StackedSection[];Resolves stacking for pre-stacked sections. Used by worker and gi-js for context.stackSections.
Parameters
| Parameter | Type |
|---|---|
features | ( | PreStackedPoint | PreStackedLineString | PreStackedPolygon<Record<string, any>>)[] |
Returns
StackedSection[]