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

    Interface GeoJsonFeatureCollection

    interface GeoJsonFeatureCollection {
        bbox?: number[];
        features: GeoJsonFeature[];
        licence?: string;
        licenceName?: string;
        source?: string;
        sourceName?: string;
        type: "FeatureCollection";
        updated?: string;
    }
    Index
    bbox?: number[]
    features: GeoJsonFeature[]
    licence?: string
    licenceName?: string
    source?: string

    Foreign members: attribution + data timestamp (CC BY 4.0).

    sourceName?: string
    type: "FeatureCollection"
    updated?: string