影像服务的REST加载方式可参考该实例:
http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#terrainAndImagery
即
//添加SuperMap iServer发布的影像服务 var layer = viewer.imageryLayers.addImageryProvider(new Cesium.SuperMapImageryProvider({ url : URL_CONFIG.SiChuan_IMG }));
URL地址类似: http://www.supermapol.com/realspace/services/3D-dixingyingxiang/rest/realspace/datas/MosaicResult
需要加载的iserver服务发布的类型不是rest地图服务,而是选择的影像服务发布的,发布后的服务接口里没有rest,只有restjsr
服务地址类似:http://localhost:8090/iserver/services/imageservice-CeShi06/restjsr
https://blog.csdn.net/supermapsupport/article/details/121649183