Describes attribution information for the data in this WMS layer; for example, the name of the data provider. All defined properties are read-only.

2019.1

interface WMSCapabilitiesLayerAttribution {
    logo: null | WMSCapabilitiesImageUrl;
    title: null | string;
    url: null | string;
}

Properties

Properties

Logo of the WMS layer's data provider.

title: null | string

Human-readable title of the WMS layer's data provider.

url: null | string

URL of the WMS layer's data provider.