WfsServiceOptions interface

Options for connecting to a WFS service.

Properties

proxyService

A URL to a proxy service that can have a URL to an external service appended it. This will be needed to access services that are hosted on non-CORs enabled endpoints.

transformRequest

Used to transform requests made to the service. The resource type will be "WFS".

url

A URL pointing to the WFS service endpoint. WFS service must be on the same domain or have CORs enabled on the server.

Property Details

proxyService

A URL to a proxy service that can have a URL to an external service appended it. This will be needed to access services that are hosted on non-CORs enabled endpoints.

proxyService?: string

Property Value

string

transformRequest

Used to transform requests made to the service. The resource type will be "WFS".

transformRequest?: (url: string, resourceType: string) => azmaps.RequestParameters

Property Value

(url: string, resourceType: string) => azmaps.RequestParameters

url

A URL pointing to the WFS service endpoint. WFS service must be on the same domain or have CORs enabled on the server.

url: string

Property Value

string