通过查询服务,先获取建筑的bounds,
下例的viewBounds。
var centerLonLat = viewBounds.getCenterLonLat();var point3D = new SuperMap.Web.Core.Point3D(centerLonLat.lon, centerLonLat.lat, upper - 100);createBubble(point3D);
参考:
http://qa.supermap.com/631/cxjgdwhglxs.html
上面是例子获取的模型信息,下图是我自己的模型信息
这是控制台打印的数据