浏览代码

add custom style

tags/3.0.0
Caven Chen 2 年前
父节点
当前提交
e22ae3e4f7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      modules/layer/type/ClusterLayer.js

+ 2
- 0
modules/layer/type/ClusterLayer.js 查看文件

this._options.gradient[key], this._options.gradient[key],
numLength numLength
) )
} else if (this._options.style === 'custom') {
cluster.billboard.image = this._options.gradient[key]
} else { } else {
cluster.billboard.image = this._drawClustering( cluster.billboard.image = this._drawClustering(
this._options.gradient[key], this._options.gradient[key],

正在加载...
取消
保存