Fetches all features from an OGC API Features endpoint, following next pagination links.
next
Security controls applied:
validateUrl()
AbortSignal
maxFeatures
type
OGC API source configuration.
Optional
AbortSignal for cooperative cancellation.
Override bounding box (used by autoRefresh to inject viewport bbox).
A GeoJSON FeatureCollection.
Error if the URL is invalid, the network request fails, or the response is malformed.
Fetches all features from an OGC API Features endpoint, following
nextpagination links.Security controls applied:
validateUrl()before any network requestAbortSignalfor cooperative cancellationmaxFeatureslimit enforced to prevent memory exhaustiontypefield validated before data consumption