能获取到建筑物的坐标,但是createDescription这个创建弹框的方法 is not defined,这是什么原因?
我改成
var entity = new Cesium.Entity({ name : "位置信息", description : [longitude, latitude, height] });
是可以弹框的,但是用createDescription(Cesium, [longitude, latitude, height])出错
http://support.supermap.com.cn:8090/webgl/web/introduction/3DforWebGL.html#Query这里面的第一个空间查询示例
首先您需要定义一个createDescription的方法呀,不然怎么调用它。您可以参考这个范例http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#getFeatureByGeometry
您好,那个是需要定义的,您可以参考这个范例,里面有createDescription()的具体写法http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#nearestFilterMode