Class: KeyValueFilter

vef.map.filters.ui.KeyValueFilter(target, options, layers)

A class that defines the Ui for a Text-based Key Value Filter with grouped attributes

Constructor

new KeyValueFilter(target, options, layers)

Parameters:
Name Type Description
target HTMLElement | string
options object filter specific options
layers LayerManager Used for included/excluded layers
Author:
Source:

Methods

getActiveFilter() → {object}

Get the filter object to pass it on to the Layers. Override this method in child implementations.
Source:
Returns:
filter object
Type
object

getOptions() → {object}

Source:
Returns:
options
Type
object