Type Alias LayerWmsOptions

type LayerWmsOptions = {
    disclaimer?: string;
    hiDPILegendImages?: Record<string, string>;
    iconUrl?: string;
    isDefaultChecked?: boolean;
    isLegendExpanded?: boolean;
    layers?: string;
    legend?: boolean;
    legendImage?: string;
    legendRule?: string;
    maxResolution?: number;
    metadataUrl?: string;
    minResolution?: number;
    opacity?: number;
    printNativeAngle?: boolean;
    protected?: boolean;
    queryable?: boolean;
    queryLayers?: string;
    style?: string;
    wasLegendExpanded?: boolean;
}
Index

Properties

disclaimer?: string
hiDPILegendImages?: Record<string, string>
iconUrl?: string
isDefaultChecked?: boolean
isLegendExpanded?: boolean
layers?: string
legend?: boolean
legendImage?: string
legendRule?: string
maxResolution?: number
metadataUrl?: string
minResolution?: number
opacity?: number
printNativeAngle?: boolean
protected?: boolean
queryable?: boolean
queryLayers?: string
style?: string
wasLegendExpanded?: boolean