Type Alias TMSOptions

TMSOptions: RasterLayerOptions & {
    format?: string;
    tileSize?: Size;
}