Hierarchy

  • WmsClientLayer

Properties

connection: {
    id: number;
}

WMS connection.

Type declaration

  • id: number
imgformat: string

Image format. Available values can fetched from WMS connection ('image/png').

srs: {
    id: number;
}

Type declaration

  • id: number
vendor_params: Record<string, string>

Additional parameters added to each request. This is key and value list.

wmslayers: string

String with layer identifiers separated with comma. Available layers can fetched from WMS connection.

Generated using TypeDoc