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

    One entry in styleData.styleRules. The optional label carries the backward-compat form where a rule exposed its label directly (older formats).

    interface StyleRule {
        style?: Record<string, unknown>;
        legend?: StyleLegendMeta;
        label?: string;
        when?: StyleRuleWhen;
        condition?: StyleRuleCondition;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    style?: Record<string, unknown>
    label?: string
    condition?: StyleRuleCondition