Describes an image URL defined in the WMS capabilities. All defined properties are read-only.

2019.1

interface WMSCapabilitiesImageUrl {
    format: string;
    height: number;
    url: string;
    width: number;
}

Properties

Properties

format: string

Data format of the referred image.

height: number

Height of the referred image.

url: string

URL of the referred image.

width: number

Width of the referred image.