GeoLeaf Core API - v3.0.0
    Preparing search index...

    Style rule condition (when)

    interface GeoJSONStyleRuleCondition {
        field?: string;
        operator?: string;
        value?: unknown;
        all?: GeoJSONStyleRuleCondition[];
    }
    Index

    Properties

    field?: string
    operator?: string
    value?: unknown