GeoLeaf Core API - v3.0.0
    Preparing search index...

    Interface ScaleCapabilityConfig

    The modules.scale capability config block.

    interface ScaleCapabilityConfig {
        enabled: boolean;
        scaleGraphic: boolean;
        scaleNumeric: boolean;
        scaleNumericEditable: boolean;
        scaleNivel: boolean;
        position: string;
    }
    Index

    Properties

    enabled: boolean

    Capability gate — inert when false. Opt-out (absent → active).

    scaleGraphic: boolean

    Show the graphical scale bar.

    scaleNumeric: boolean

    Show the numeric scale (1:N).

    scaleNumericEditable: boolean

    Make the numeric scale editable.

    scaleNivel: boolean

    Show the zoom level indicator ("Niveau").

    position: string

    Control position on the map.