Interface WmsCapabilitiesRequestSupport

interface WmsCapabilitiesRequestSupport {
    getFeatureInfo: boolean;
    getLegendGraphic: boolean;
}

Properties

getFeatureInfo: boolean

Capability advertises a GetFeatureInfo request element.

getLegendGraphic: boolean

Capability advertises a GetLegendGraphic request element.