Supermap WebGL Cesium 中获取当前场景中点击的图层及图元ID,并设置选中的颜色样式
letselectlayer=_self.mapView.scene.layers.getSelectedLayer();//获取选中图元的id,使其选中颜色改成其他的letselectid=selectlayer.getSelection()[0];selectlayer.setObjsColor([selectid],Cesium.Color.fromCssColorString("#0000