Interface WmsCapabilitiesFormats

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

Properties

featureInfo: readonly string[]
legend: readonly string[]
map: readonly string[]