# 图形图层 v-graphic
import {VGraphic} from 'v-ol-map'
实际上是一个资源为 ImageCanvasSource (opens new window) 生成的 ImageLayer (opens new window) 图层, 建议用于非常大量的矢量数据渲染。
# 参数 props
参数 | 类型 | 默认值 | 描述 |
---|---|---|---|
layerId | String | graphic-layer-${uuid()} | 图层id |
features | Array | [] | 图层中的要素集合,单个要素参数参考:feature |