Results 6 comments of Sunking

谢谢,这样做确实可以显示出聚合图层,但是假如我点击单个的点,好像无法显示对应的信息窗口吧,因为百度地图使用Marker,但是mapvgl是geometry,无法使用Marker. openInfoWindow的方法打开信息窗口

不好意思,请问一下,按照您说的直接调用map.openInfoWindow可以打开窗口,但是第二次打开往往要点击好3-4次才能打开,请问这个是什么原因? onClick(e) { map.closeInfoWindow() if (e.dataItem) { const coordinates = e.dataItem.geometry.coordinates const p = new BMapGL.Point(coordinates[0],coordinates[1]) map.openInfoWindow(infoWindow, p); } }

[test2.h264.zip](https://github.com/xqq/mpegts.js/files/6943893/test2.h264.zip) 麻烦看下,这个bug经常容易出现,一般是打开视频实时拉取flv流的情况下的时候会出现

我也发现了这个bug,不知道啥时候能够修复