@maschinenlesbar.org/regionalatlas-cli
    Preparing search index...

    Interface RawFeatureAttributes

    The raw attributes of one ArcGIS feature returned by the data query.

    interface RawFeatureAttributes {
        ags?: string;
        ags2?: string | null;
        gen?: string;
        gen2?: string | null;
        id?: number;
        jahr?: number;
        jahr2?: number | null;
        typ?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      The indicator value fields (e.g. ai0201, and ai0201v for its Veränderungsrate).

    Index
    ags?: string
    ags2?: string | null
    gen?: string
    gen2?: string | null
    id?: number
    jahr?: number
    jahr2?: number | null
    typ?: number