Interface CogMapLibreRenderLimitOptionsExperimental

interface CogMapLibreRenderLimitOptions {
    maxDiagnostics?: number;
    maxEncodedBytes?: number;
    maxOutputDimension?: number;
    maxOutputPixels?: number;
    maxSourcePixels?: number;
}

Properties

maxDiagnostics?: number
maxEncodedBytes?: number
maxOutputDimension?: number
maxOutputPixels?: number
maxSourcePixels?: number