Interface MapLibreRasterDiagnostic

interface MapLibreRasterDiagnostic {
    code: MapLibreRasterDiagnosticCode;
    detail?: Readonly<Record<string, unknown>>;
    fidelity: "unsupported" | "exact";
    message: string;
    severity: "info" | "warning";
    sourceId: string;
    stage: "project" | "dispose";
    strategy: MapLibreRasterStrategy;
}

Properties

detail?: Readonly<Record<string, unknown>>
fidelity: "unsupported" | "exact"
message: string
severity: "info" | "warning"
sourceId: string
stage: "project" | "dispose"