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

The query predicate holds if it’s argument fails.

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

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

Arguments Property

"arguments": Array

Defines the arguments for a predicate that takes exactly 1 operand.

This argument is a "predicate" object.