Options that can be used to create WFS capabilities with WFSCapabilities.fromURL

Hierarchy

  • WFSCapabilitiesFromUrlOptions

Properties

allowedVersions?: WFSVersion[]

An array of strings with the versions that the client supports.

credentials?: boolean

Indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies or authorization headers.

requestHeaders?: null | HttpRequestHeaders

Request headers to include in the request. It is an object literal with the header names as keys and the header values as values.

requestParameters?: null | HttpRequestParameters

Optional additional (GET/URL) parameters to include in the request. It is an object literal mapping with parameter names as keys and parameter values as values.