ngeo
    Preparing search index...

    Interface PrintLayoutInfo

    interface PrintLayoutInfo {
        attributes?: string[];
        dpi?: number;
        dpis?: number[];
        formats?: {};
        layout?: string;
        layouts?: string[];
        legend?: boolean;
        scale?: number;
        scales?: number[];
        simpleAttributes?: MapFishPrintCapabilitiesLayoutAttribute[];
    }
    Index

    Properties

    attributes?: string[]

    The list of all the attributes name.

    dpi?: number

    The selected 'dpi'.

    dpis?: number[]

    The list of 'dpis'.

    formats?: {}

    The list of active 'formats' (png, pdf, ...).

    layout?: string

    The selected 'layout'.

    layouts?: string[]

    The list of 'layouts'.

    legend?: boolean

    The legend checkbox.

    scale?: number

    The selected 'scale'.

    scales?: number[]

    The list of 'scales'

    Custom print layoutInfo.