flatgeobuf
    Preparing search index...

    Interface CrsMeta

    interface CrsMeta {
        code: number;
        code_string: string | null;
        description: string | null;
        name: string | null;
        org: string | null;
        wkt: string | null;
    }
    Index

    Properties

    code: number
    code_string: string | null
    description: string | null
    name: string | null
    org: string | null
    wkt: string | null