Skip to main content

Interface: LayerFilter

Defined in: spec/types.ts:379

Declarative, engine-agnostic filter predicate on one VisualizationLayer. in/not-in expect value to be an array; the other operators expect a single scalar.

Properties

operator

operator: LayerFilterOperator

Defined in: spec/types.ts:382


property

property: string

Defined in: spec/types.ts:381

GeoJSON feature property to filter on.


value

value: string | number | (string | number)[]

Defined in: spec/types.ts:383