Interface WmsRasterSourceSpecOptions

interface WmsRasterSourceSpecOptions {
    format?: string;
    tileSize?: number;
    transparent?: boolean;
}

Hierarchy (view full)

Properties

format?: string
tileSize?: number
transparent?: boolean