eurostat-map
    Preparing search index...

    Interface MinimapConfig

    Configuration for the minimap globe feature.

    interface MinimapConfig {
        size?: number;
        debounce?: number;
        x?: number;
        y?: number;
        z?: number;
        color?: string;
        highlightIds?: string[];
    }
    Index

    Properties

    size?: number

    Diameter of the minimap in pixels.

    160 (defaults to 150 if unset before first draw)
    
    debounce?: number

    Debounce delay in milliseconds for updating the minimap during zoom/pan.

    3
    
    x?: number

    X position of the minimap center in pixels.

    80
    
    y?: number

    Y position of the minimap center in pixels.

    80
    
    z?: number

    Orthographic projection scale (globe zoom level) in pixels.

    160
    
    color?: string

    Color of the outer ring and highlighted region(s).

    '#929292ff'
    
    highlightIds?: string[]

    Region/country IDs to highlight on the globe (e.g. the main map's current country focus).