EarthSDK
    正在准备搜索索引...

    类型别名 ESEntityClusterStyle

    ESEntityCluster的样式类型定义

    type ESEntityClusterStyle = {
        cluster?: {
            maxValue?: number;
            minValue?: number;
            mode?: string;
            style?: { [xx: string]: any };
            value?: number;
        }[];
        nonCluster?: { mode?: string; style?: { [xx: string]: any } };
    }
    索引

    属性

    cluster?: {
        maxValue?: number;
        minValue?: number;
        mode?: string;
        style?: { [xx: string]: any };
        value?: number;
    }[]

    聚合样式配置

    nonCluster?: { mode?: string; style?: { [xx: string]: any } }

    非聚合样式配置