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

Type declaration

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