使用产品:iserver 11 操作系统:win11
数据类型: 文件
问题描述: 对接iserver图层,修改数据源时提示方法不存在
问题重现步骤:
__addSourceHandler(map, `${ cursubMenuModule.value.code }_Source`, {
type: 'raster',
tiles: [`${ mapConf.iserverPath }${ mapConf.namePrefix }_${ areaCode }`],
rasterSource: "iserver",
tileSize: 256,
})
source.setTiles([`${ mapConf.iserverPath }${ mapConf.namePrefix }_${ nCode }`])
提示:caught (in promise) TypeError: source.setTiles is not a function