首页 / 浏览问题 / 三维GIS / 问题详情
三维场景中加载rest服务,地图显示不出来?
1EXP 2017年11月17日
采用3dplugin开发,该服务在desktop中的球面场景中加载可以显示,地图服务坐标系是EPSG2385

1个回答

您好,您的代码是怎么写的呢?
5,560EXP 2017年11月17日
var layer3Ds = scene.get_layer3Ds();

var mapurl = "http://localhost:8090/iserver/services/map-arcgis-fnmap/rest/maps/boundry";

var layer = layer3Ds.add(mapurl, "boundry", "boundry", SuperMap.Web.Realspace.Layer3DType.Map,true);

...