Class: WmsBaseLayerConfig

BaseLayer.WmsBaseLayerConfig(name, cfg)

Class representing a WMS base layer config

Constructor

new WmsBaseLayerConfig(name, cfg)

Create a WMS 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
crs string the base layer crs
key string <optional>
the base layer key
Source:

Extends

  • BaseLayerConfig

Members

crs :string

The base layer crs
Type:
  • string
Source:

format :string

The base layer wms format
Type:
  • string
Source:

layers :string

The base layer wms layers
Type:
  • string
Source:

styles :string

The base layer wms styles
Type:
  • string
Source:

url :string

The base layer url
Type:
  • string
Source: