Skip to content

VImageSource

VImageSource :包含图像的数据源。

注意

只支持叠加 EPSG:3857 墨卡托投影坐标系的图片。

基础用法

动态图像

Api

imageSourceProps

属性名说明类型默认值
url服务的URLstring-
coordinates图像角点坐标,左上顺时针array必填

imageSourceEmits

事件名说明回调参数
load源加载完成后触发Function

类型定义

ImageSourceLoadEvent

sources/ImageSource/ImageSource.ts
typescript
export interface ImageSourceLoadEvent {
  source: ImageSource
  map: Map
}

基于 MIT 许可发布