Type Alias GiraffeStateGeoAttr

GiraffeStateGeoAttr: {
    bakedSections?: FeatureCollection<StackedSection["geometry"], StackedSection["properties"]>;
    projects?: FeatureCollection<Project["geometry"], Project["properties"]>;
    rawSections?: FeatureCollection<RawSection["geometry"], RawSection["properties"]>;
    selected?: FeatureCollection;
}