Interface CogUnsupportedCrsExperimental

Explicit decoder signal that the CRS cannot be represented safely.

interface CogUnsupportedCrs {
    description: string;
    kind: "unsupported";
}

Properties

Properties

description: string
kind