Type Alias COGLayerImplementationOptions

COGLayerImplementationOptions: RasterLayerImplementationOptions & {
    source: GeoTIFF;
}