Class: TooltipLayerConfig

Tooltip.TooltipLayerConfig(layerName, cfg)

Class representing a tooltip layer config

Constructor

new TooltipLayerConfig(layerName, cfg)

Create a tooltip layer config instance

Parameters:
Name Type Description
layerName string

the layer name

cfg object

the lizmap config object for tooltip layer

Source:

Extends

  • BaseObjectLayerConfig

Members

colorGeom :string

The feature's geometry color

Type:
  • string
Source:

displayGeom :boolean

The feature's geometry will be displayed

Type:
  • boolean
Source:

fields :string

The layer tooltip fields

Type:
  • string
Source: