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
    title?: string
    scale?: string | number
    width?: number
    height?: number
    x?: number
    y?: number
    proj?: string