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

    Interface RawFeature

    An ArcGIS feature (data query returns returnGeometry=false, so attributes only).

    interface RawFeature {
        attributes: RawFeatureAttributes;
    }
    Index