//加载地形图
var promise = scene.open('http://xxxx/iserver/services/3D-scx1/rest/realspace'); //点击兴趣点选中事件 viewer.selectedEntityChanged .addEventListener(function(entity) { });
在有增加地形图的情况下,兴趣点的点击会报错,无法触发监听事件
浏览器F12提示的报错信息
您参考一下这个范例试一下(http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#Geometry)这个范例中用到了selectedEntityChanged。