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

    Interface Feature

    One GeoJSON feature: a measurement (station + reading), shape varies by type.

    interface Feature {
        geometry: Geometry | null;
        geometry_name?: string;
        id: string;
        properties: JsonObject;
        type: string;
    }
    Index
    geometry: Geometry | null
    geometry_name?: string
    id: string
    properties: JsonObject
    type: string