Interface HonuaWmsLayerOptions

interface HonuaWmsLayerOptions {
    client: HonuaClient;
    defaultStyleId?: string;
    layerName: string;
    serviceId: string;
}

Hierarchy (view full)

Properties

client: HonuaClient
defaultStyleId?: string

Default STYLE for renders / feature-info on this layer.

layerName: string

WMS LAYER name (single layer; multi-layer renders use the parent handle).

serviceId: string