Class: DatavizTraceConfig

Dataviz.DatavizTraceConfig(cfg)

Class representing a dataviz trace config

Constructor

new DatavizTraceConfig(cfg)

Create a dataviz trace config instance

Parameters:
Name Type Description
cfg object

the lizmap config object for layer

Source:

Extends

  • BaseObjectConfig

Members

color :string

The color

Type:
  • string
Source:

colorField :string

The color field

Type:
  • string
Source:

yField :string

The y field

Type:
  • string
Source:

zField :string

The x field

Type:
  • string
Source: