Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LayerOptions

Configuration options for a Layer.

Hierarchy

Index

Properties

Properties

Optional max

max: number

maximum zoom level at which data from the Layer will be displayed.

Optional min

min: number

minimum zoom level at which data from the Layer will be displayed.

Optional name

name: string

Name of the Layer.

Optional visible

visible: boolean

Indicates whether the layer should be visible (true) or hidden (false).

defaultvalue

true

Generated using TypeDoc