Home Reference Source Repository

Typedef

Static Public Summary
public
public

LayerOptions

public

Options to wms protocol

public

Options to wtms protocol

Static Public

public EllipsoidCoordinate: Object source

Properties:

NameTypeAttributeDescription
latitude number
longitude number
h number

height

public LayerOptions: Object source

LayerOptions

Properties:

NameTypeAttributeDescription
id string

Unique layer's id

type string

the layer's type : 'color', 'elevation', 'geometry'

layer.protocol string

wmts and wms (wmtsc for custom deprecated)

layer.url string

Base URL of the repository or of the file(s) to load

layer.updateStrategy Object

strategy to load imagery files

layer.options OptionsWmts | OptionsWms

WMTS or WMS options

public OptionsWms: Object source

Options to wms protocol

Properties:

NameTypeAttributeDescription
attribution Attribution

The intellectual property rights for the layer

name string
mimetype string

public OptionsWmts: Object source

Options to wtms protocol

Properties:

NameTypeAttributeDescription
attribution Attribution

The intellectual property rights for the layer

attribution.name string

The name of the owner of the data

attribution.url string

The website of the owner of the data

name string
mimetype string
tileMatrixSet string
tileMatrixSetLimits Array<Object>

The limits for the tile matrix set

tileMatrixSetLimits.minTileRow number

Minimum row for tiles at the level

tileMatrixSetLimits.maxTileRow number

Maximum row for tiles at the level

tileMatrixSetLimits.minTileCol number

Minimum col for tiles at the level

tileMatrixSetLimits.maxTileCol number

Maximum col for tiles at the level

zoom Object
  • optional
zoom.min Object
  • optional

layer's zoom minimum

zoom.max Object
  • optional

layer's zoom maximum