Interface OgcApiFeaturesCompiledQueryV1Experimental

Inspectable OGC API Features /items request produced without I/O.

interface OgcApiFeaturesCompiledQueryV1 {
    bbox?: string;
    collectionId: string | number;
    compiler: "ogc-api-features-query-v1";
    crs?: string;
    filter?: string;
    filterLang?: "cql2-text";
    limit?: number;
    offset?: number;
    properties?: readonly string[];
    sortby?: string;
}

Properties

bbox?: string
collectionId: string | number
compiler
crs?: string
filter?: string
filterLang
limit?: number
offset?: number
properties?: readonly string[]
sortby?: string