image
图片数据源。
示例
{
"image": {
"type": "image",
"url": "http://dituyi.com.cn/examples/wmapgl/img/cat.png",
"coordinates": [
[116.141968, 40.124291],
[116.707764, 40.12009],
[116.735229, 39.88445],
[116.520996, 39.698734],
[116.141968, 40.124291]
]
}
}
属性
属性 | 说明 |
---|---|
type | 数据源类型,image |
url | 图片地址 |
coordinates | 坐标范围,图片的四个角坐标 |