1.viewer初始化时已设置infoBox:false;
2.已经设置customInfobox属性;
var infoboxContainer = document.getElementById("bubble");
viewer.customInfobox = infoboxContainer;
3.使用viewer.entities添加了一个锚点;
4.使用viewer.selectedEntityChanged已监听到选中事件,但在事件中调用$('#bubble').show(); 信息窗口没有显示。