@terrestris/ol-util
    Preparing search index...

    Interface InkmapPrintSpec

    interface InkmapPrintSpec {
        attributions:
            | boolean
            | "bottom-left"
            | "bottom-right"
            | "top-left"
            | "top-right";
        center: [number, number];
        dpi: number;
        layers: InkmapLayer[];
        northArrow: string | boolean;
        projection: string;
        projectionDefinitions?: InkmapProjectionDefinition[];
        scale: number;
        scaleBar: boolean | ScaleBarSpec;
        size: [number, number] | [number, number, string];
    }
    Index

    Properties

    attributions:
        | boolean
        | "bottom-left"
        | "bottom-right"
        | "top-left"
        | "top-right"
    center: [number, number]
    dpi: number
    layers: InkmapLayer[]
    northArrow: string | boolean
    projection: string
    projectionDefinitions?: InkmapProjectionDefinition[]
    scale: number
    scaleBar: boolean | ScaleBarSpec
    size: [number, number] | [number, number, string]