Open Pioneer Trails Packages
    Preparing search index...
    OgcFetchStrategy: "next" | "offset"

    The strategy to fetch features from an OGC API Features service.

    • "next": Fetch large feature results by walking the next link of the previous response. This is well supported by most implementations, but can be slow for very large result sets because it does not allow for parallel requests.
    • "offset": Fetch large feature results using parallel requests. Each request fetches a page of results using an "offset" and "limit" parameter. This can be much faster than the "next" strategy, but it is not supported by all server implementations.