Interface WmsCapabilitiesFormats

interface WmsCapabilitiesFormats {
    featureInfo: readonly string[];
    legend: readonly string[];
    map: readonly string[];
}

Properties

featureInfo: readonly string[]

Info-format MIME types accepted by GetFeatureInfo.

legend: readonly string[]

Image MIME types accepted by GetLegendGraphic.

map: readonly string[]

Image MIME types accepted by GetMap.