Class: LocateLayerConfig

Locate.LocateLayerConfig(layerName, cfg)

Class representing a locate layer config

Constructor

new LocateLayerConfig(layerName, cfg)

Create a locate 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

displayGeom :boolean

Display the geometry on locate

Type:
  • boolean
Source:

fieldName :string

The field name used to identify feature to locate

Type:
  • string
Source:

filterOnLocate :boolean

Filter the layer on locate

Type:
  • boolean
Source:

minLength :number

The minimum number of input letters to display list

Type:
  • number
Source: