Interface HonuaWfsOptions

Construction options for HonuaWfs. The adapter is endpoint-bound: one HonuaWfs per server URL.

interface HonuaWfsOptions {
    client: HonuaClient;
    endpointUrl: string;
    version?: string;
}

Properties

client: HonuaClient
endpointUrl: string

Fully qualified or relative WFS endpoint URL (e.g. /wfs).

version?: string

WFS version to request. Default 2.0.0.