Optional
additionalOptional additional options for the VectorSource.
Optional
attributionsOptional attribution for the layer (e.g. copyright hints).
The base-URL right to the "/collections"-part
The collection-ID
the URL to the EPSG-Code, e.g. http://www.opengis.net/def/crs/EPSG/0/25832
Optional
limitThe maximum number of features to fetch within a single request.
Corresponds to the limit
parameter in the URL.
When the offset
strategy is used for feature fetching, the limit
is used for the page size
Defaults to 5000
for Next-Strategy.
Defaults to 2500
for Offset-Strategy.
Optional
maxThe maximum number of concurrent requests. Defaults to 6
.
Optional
rewriteUse this function to rewrite the URL used to fetch features from the OGC API Features service. This is useful, for example, to filter the OGC service on the server side.
NOTE: Do not update the url
argument. Return a new URL
instance instead.
NOTE: Be careful with existing URL parameters. The vector source may not work correctly if predefined parameters (such as the CRS or the response format) are overwritten. The vector source might add additional parameters to its request URLs in the future.
Optional
strategyUse this property to define the feature fetching strategy.
Allowed value are offset
and next
.
By default, the vector source attempts to detect the server's capabilities and will prefer "offset"
, if possible.
These are properties for OGC API Features vector source.