Class: WmtsBaseLayerConfig

BaseLayer.WmtsBaseLayerConfig(name, cfg)

Class representing a WMTS base layer config

Constructor

new WmtsBaseLayerConfig(name, cfg)

Create a WMTS base layer config based on a config object
Parameters:
Name Type Description
name string the base layer name
cfg object the lizmap config object for WMTS base layer
Properties
Name Type Attributes Description
title string the base layer title
url string the base layer url
layers string the base layer layer
format string the base layer format
styles string the base layer style
tileMatrixSet string the base layer matrixSet
crs string the base layer crs
numZoomLevels number <optional>
the base layer numZoomLevels
key string <optional>
the base layer key
attribution object <optional>
the base layer attribution config object
Source:

Extends

  • BaseLayerConfig

Members

crs :string

The base layer crs
Type:
  • string
Source:

format :string

The base layer wmts format
Type:
  • string
Source:

layer :string

The base layer wmts layer
Type:
  • string
Source:

matrixSet :string

The base layer matrixSet
Type:
  • string
Source:

numZoomLevels :number

The base layer numZoomLevels
Type:
  • number
Source:

style :string

The base layer wmts style
Type:
  • string
Source:

url :string

The base layer url
Type:
  • string
Source: