Interface RampLayerWmsSublayerConfig

interface RampLayerWmsSublayerConfig {
    controls?: LayerControl[];
    currentStyle?: string;
    disabledControls?: LayerControl[];
    fixtures?: any;
    id: string;
    name?: string;
    state?: RampLayerStateConfig;
    styleLegends?: {
        name: string;
        url: string;
    }[];
}

Properties

controls?: LayerControl[]
currentStyle?: string
disabledControls?: LayerControl[]
fixtures?: any
id: string
name?: string
styleLegends?: {
    name: string;
    url: string;
}[]