gi-nx / GiraffeStateGeoAttr
ts
type GiraffeStateGeoAttr = {
bakedSections?: FeatureCollection<StackedSection["geometry"], StackedSection["properties"]>;
projects?: FeatureCollection<Project["geometry"], Project["properties"]>;
rawSections?: FeatureCollection<
| RawPoint
| RawMultiPoint
| RawLineString
| RawMultiLineString
| RawPolygon
| RawMultiPolygon["geometry"],
| RawPoint
| RawMultiPoint
| RawLineString
| RawMultiLineString
| RawPolygon
| RawMultiPolygon["properties"]>;
selected?: FeatureCollection;
};Properties
| Property | Type |
|---|---|
bakedSections? | FeatureCollection<StackedSection["geometry"], StackedSection["properties"]> |
projects? | FeatureCollection<Project["geometry"], Project["properties"]> |
rawSections? | FeatureCollection< | RawPoint | RawMultiPoint | RawLineString | RawMultiLineString | RawPolygon | RawMultiPolygon["geometry"], | RawPoint | RawMultiPoint | RawLineString | RawMultiLineString | RawPolygon | RawMultiPolygon["properties"]> |
selected? | FeatureCollection |