# 图形图层 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
Last Updated: 6/1/2023, 1:32:46 PM