Filters
Filters:
FilterTernary
|FilterExpression
|null
|boolean
Filters can be used to change which features in a layer are rendered. Filters can be applied to a layer by the setLayerFilters
method on the Felt controller.
Remarks
The possible operators are:
lt
: Less thangt
: Greater thanle
: Less than or equal toge
: Greater than or equal toeq
: Equal tone
: Not equal tocn
: Containsnc
: Does not contain
The allowed boolean operators are:
and
: Logical ANDor
: Logical OR
Example
Last updated