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

    Symbol / legend rendering config (point, line, polygon, star, icon).

    interface SymbolConfig {
        type?: string;
        symbol?: SymbolConfig;
        radius?: number;
        size?: number;
        count?: number;
        weight?: number;
        width?: number;
        color?: string;
        fillColor?: string;
        borderColor?: string;
        fillOpacity?: number;
        opacity?: number;
        outlineColor?: string;
        outlineWidth?: number;
        outlineOpacity?: number;
        style?: string;
        dashArray?: string;
        icon?: string;
        iconColor?: string;
        iconUrl?: string;
        hatch?: HatchConfig;
    }
    Index

    Properties

    type?: string
    symbol?: SymbolConfig
    radius?: number
    size?: number
    count?: number
    weight?: number
    width?: number
    color?: string
    fillColor?: string
    borderColor?: string
    fillOpacity?: number
    opacity?: number
    outlineColor?: string
    outlineWidth?: number
    outlineOpacity?: number
    style?: string
    dashArray?: string
    icon?: string
    iconColor?: string
    iconUrl?: string
    hatch?: HatchConfig