css:

.cesium-widget-credits{
display:none!important;
}
js:
var viewer = new Cesium.Viewer('cs', {
animation:false,       //是否显示动画控件
homeButton:true, //是否显示home键
geocoder:false, //是否显示地名查找控件 如果设置为true,则无法查询
baseLayerPicker:false, //是否显示图层选择控件
timeline:false, //是否显示时间线控件
fullscreenButton:true, //是否全屏显示
scene3DOnly:true, //如果设置为true,则所有几何图形以3D模式绘制以节约GPU资源
infoBox:true, //是否显示点击要素之后显示的信息
sceneModePicker:true, //是否显示投影方式控件 三维/二维
navigationInstructionsInitiallyVisible:false,
navigationHelpButton:false, //是否显示帮助信息控件
selectionIndicator:false//是否显示指示器组件

});

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2021-05-20
  • 2022-03-01
  • 2022-01-03
  • 2021-10-21
  • 2021-05-08
猜你喜欢
  • 2021-06-16
  • 2021-07-19
  • 2021-11-11
  • 2022-12-23
  • 2021-08-06
  • 2021-06-24
  • 2021-04-15
相关资源
相似解决方案