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

    Interface FeatureQuery

    Common options for a feature query.

    interface FeatureQuery {
        maxFeatures?: number;
        sortBy?: string;
        startIndex?: number;
        station?: string;
    }
    Index
    maxFeatures?: number

    Max features to return (sent as the WFS 2.0 count parameter).

    sortBy?: string

    Property to sort by; append " D" (a space) for descending, e.g. "end_measure D".

    startIndex?: number

    Offset for paging (WFS 2.0 startIndex; requires a count to be honoured).

    station?: string

    Restrict to a station by its kenn id (becomes CQL_FILTER=kenn='<id>').