eurostat-map
    Preparing search index...

    Interface InsetConfig

    Configuration for map insets (smaller additional maps)

    interface InsetConfig {
        geo?: string;
        title?: string;
        scale?: string | number;
        width?: number;
        height?: number;
        x?: number;
        y?: number;
        proj?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    geo?: string

    Geographic code (e.g., 'MT', 'PT20', 'CARIB').

    title?: string

    Title.

    scale?: string | number

    Scale.

    width?: number

    Width.

    height?: number

    Height.

    x?: number

    X.

    y?: number

    Y.

    proj?: string

    Proj.