通过超图 webgl 10i的接口添加矢量瓦片到场景中了(Cesium的infoBox初始屏蔽掉了的)
请问矢量瓦片要素的点击选中事件需要如何写呢?并且能够获取到属性吗?
通过pickFeatures,返回的pick是null。
let pick = scene._vectorTileLayers.pickFeatures(event.position, scene);
您好
这个接口目前哪儿有?http://support.supermap.com.cn:8090/webgl/download.html 这几个包里面都没有了。
http://support.supermap.com.cn:8090/webgl/releases/SuperMap_iClient3D_10i_for_WebGL_CN.zip
你好,你是使用什么版本?是从这儿下载的吗?http://support.supermap.com.cn:8090/webgl/download.html
似乎没有addVectorTilesMap接口了。