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 And Operator

The query predicate holds if ALL of it’s arguments hold.

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

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

Arguments Property

"arguments": Array

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

These arguments are a "predicate" objects.