@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Interface FlatMapIndex

    interface FlatMapIndex {
        authoring?: boolean;
        biologicalSex?: string;
        bounds: MapExtent;
        connectivity?: SckanConnectivity;
        "git-status"?: object;
        id: string;
        "image-layers"?: boolean;
        layers?: HistoricalMapLayer[];
        "max-zoom"?: number;
        "min-zoom"?: number;
        source: string;
        style: string;
        taxon?: string;
        uuid?: string;
        version: number;
    }
    Index

    Properties

    authoring?: boolean
    biologicalSex?: string
    bounds: MapExtent
    connectivity?: SckanConnectivity
    "git-status"?: object
    id: string
    "image-layers"?: boolean
    "max-zoom"?: number
    "min-zoom"?: number
    source: string
    style: string
    taxon?: string
    uuid?: string
    version: number