GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Fetches all features from an OGC API Features endpoint, following next pagination links.

      Security controls applied:

      • URL validated via validateUrl() before any network request
      • All requests carry the provided AbortSignal for cooperative cancellation
      • maxFeatures limit enforced to prevent memory exhaustion
      • Response type field validated before data consumption

      Parameters

      • config: OgcApiConfig

        OGC API source configuration.

      • Optionalsignal: AbortSignal

        AbortSignal for cooperative cancellation.

      • Optionalbbox: [number, number, number, number]

        Override bounding box (used by autoRefresh to inject viewport bbox).

      Returns Promise<GeoJSONFeatureCollection>

      A GeoJSON FeatureCollection.

      Error if the URL is invalid, the network request fails, or the response is malformed.