Type Alias LayerWmtsOptions

type LayerWmtsOptions = {
    dimensions?: Record<string, object>;
    disclaimer?: string;
    hiDPILegendImages?: Record<string, string>;
    imageType?: string;
    isDefaultChecked?: boolean;
    isLegendExpanded?: boolean;
    legend?: boolean;
    legendImage?: string;
    maxResolution?: number;
    metadataUrl?: string;
    minResolution?: number;
    ogcServer?: string;
    opacity?: number;
    printLayers?: string;
    protected?: boolean;
    queryLayers?: string;
    style?: string;
    wasLegendExpanded?: boolean;
    wmsLayers?: string;
}
Index

Properties

dimensions?: Record<string, object>
disclaimer?: string
hiDPILegendImages?: Record<string, string>
imageType?: string
isDefaultChecked?: boolean
isLegendExpanded?: boolean
legend?: boolean
legendImage?: string
maxResolution?: number
metadataUrl?: string
minResolution?: number
ogcServer?: string
opacity?: number
printLayers?: string
protected?: boolean
queryLayers?: string
style?: string
wasLegendExpanded?: boolean
wmsLayers?: string