Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TemplateOptionsProperties

Hierarchy

  • TemplateOptionsProperties

Index

Properties

Optional attributionEnabled

attributionEnabled: boolean

When false, the attribution is not displayed on the printout.

Read more...

Optional author

author: string

The text used for the author if the specified layout contains an author text element.

Read more...

Optional copyright

copyright: string

The text used for the copyright if the specified layout contains an copyright text element.

Read more...

Optional dpi

dpi: string

Resolution in dots per inch.

Read more...

Optional fileName

fileName: string

This property only applies when the layout value is map-only.

Read more...

Optional forceFeatureAttributes

forceFeatureAttributes: boolean

When true, the feature's attributes are included in feature collection layers even when they are not needed for rendering.

Read more...

Optional format

format: "png8" | "png32" | "jpg" | "gif" | "pdf" | "svg" | "svgz" | "eps"

The output format for the printed map.

Read more...

Optional height

height: number

Map height.

Read more...

Optional layout

layout: "map-only" | "a3-landscape" | "a3-portrait" | "a4-landscape" | "a4-portrait" | "letter-ansi-a-landscape" | "letter-ansi-a-portrait" | "tabloid-ansi-b-landscape" | "tabloid-ansi-b-portrait"

The layout used for the print output.

Read more...

Optional legendEnabled

legendEnabled: boolean

When false, the legend is not displayed on the printout.

Read more...

Optional scale

scale: number

The map scale of the printed map.

Read more...

Optional scaleEnabled

scaleEnabled: boolean

When true, scale is used in the printed map.

Read more...

Optional title

title: string

The text used for the map title if the specified layout contains a title text element.

Read more...

Optional width

width: number

Map width.

Read more...

Generated using TypeDoc