VtLayer

VtLayer

VtLayer 矢量切片图层对象

Members

readonly name : string

名称

alpha : number

透明度 0-1

annoFieldName : string

标注使用的属性字段名称,缺省为 "name"

geoType : number

空间类型 1 点, 2 线, 3 多边形

isVisible : boolean

是否可见

maxLevel : number

最大层级

minLevel : number

最小层级

style : VtLayerStyle

图层的显示样式

Methods

constructor(name)

构造函数
Name Type Description
name string

orderFunc(anno,properties) → object) => number

自定义的标注避让时的占位优先级。数值大的先占位
Name Type Description
anno string 标注值
properties object 对象属性

styleFunc(anno,properties) → object) => VtLayerStyle

自定义样式函数
Name Type Description
anno string 标注值
properties object 对象属性值