Class: XyzBaseLayerConfig

BaseLayer.XyzBaseLayerConfig(name, cfg)

Class representing an XYZ base layer config

Constructor

new XyzBaseLayerConfig(name, cfg)

Create an XYZ 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 XYZ base layer

Properties
Name Type Attributes Description
title string

the base layer title

url string

the base layer url

crs string

the base layer crs

zmin number <optional>

the base layer zmin

zmax number <optional>

the base layer zmax

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:

url :string

The base layer url

Type:
  • string
Source:

zmax :number

The base layer zmax

Type:
  • number
Source:

zmin :number

The base layer zmin

Type:
  • number
Source: