The URL to the service, not including the "/collections"-part.
Query arguments here are also used for individual requests by default, for example:
new OgcFeatureSearchSource({
// token is also used for all requests made by this class
baseUrl: `https://example.com/ogc-service?token=...`
})
The ID of the collection.
The source's label. May be used as a title for results from this source.
Optional
labelProperty used for labelling.
Defaults to searchProperty
.
This property can be useful if searchProperty is not returned by the service, or if another field shall be displayed instead.
Optional
renderFunction to create custom a label for a given feature.
If the label is not customized by this function, labelProperty
(or searchProperty
) will be used instead.
Optional
rewriteRewrite function to modify the original URL.
NOTE: Do not update the url
argument. Return a new URL
instance instead.
Property used for filtering on OGC API Features.
Options for ().