前提:叠加发布的影像切片服务,我的数据坐标系是4528
需要注意type属性值需要根据数据去选择对应的类型,默认展示要设置show:true
具体Map属性可参见下表
type类型如下:
属性名称 |
类型 |
描述信息 |
tdt |
string |
天地图在线地图,对应类为:TdtLayer |
baidu |
string |
百度在线地图,对应类为:BaiduLayer |
gaode |
string |
高德在线地图,对应类为:GaodeLayer |
tencent |
string |
腾讯在线地图,对应类为:TencentLayer |
osm |
string |
OSM在线地图,对应类为:OsmLayer |
|
string |
谷歌在线地图,对应类为:GoogleLayer |
bing |
string |
微软Bing地图,对应类为:BingLayer |
mapbox |
string |
Mapbox在线地图,对应类为:MapboxLayer |
image |
string |
单张图片,对应类为: |