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

    A parsed style file (layers/<id>/styles/<file>.json).

    interface StyleData {
        id?: string;
        label?: string;
        description?: string;
        style?: Record<string, unknown>;
        legend?: StyleLegendMeta;
        styleRules?: StyleRule[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    id?: string
    label?: string
    description?: string
    style?: Record<string, unknown>
    styleRules?: StyleRule[]