SMK Usage Guide

A versatile and lightweight toolkit for building a simple web map.

This project is maintained by bcgov

SMK / Configuration / Layers / Query / Predicate

Layer Query Predicate Or Operator

The query predicate holds if at least ONE of it’s arguments hold.

A predicate object is defined with these properties. Click on a property name for more information:

{
    "operator":  "or",
    "arguments": [ ... ],
}

Arguments Property

"arguments": Array

Defines the arguments for a predicate that takes exactly 1 or more operands.

These arguments are a "predicate" objects.