Interface RasterSourceSpecOptions

interface RasterSourceSpecOptions {
    format?: string;
    tileSize?: number;
}

Hierarchy (view full)

Properties

Properties

format?: string
tileSize?: number