Skip to content

YC-hepch/CesiumBubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.引入Bubble.js文件和popup.css 2. 初始化气泡对象 var popup = new Popup(viewer, { maxWidth: 300, minWidth: 300, maxHeight: 300 }); 3.传入展示内容 position = Cesium.Cartesian3.fromDegrees(0, 0, 0);
var content = "

属性html

  • 1
  • 2
  • 3
"
popup.showInfo(content, position) 具体参数见接口注释

About

Cesium气泡模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published