tanxj

创建项目

我使用的是Vue CLI3,具体创建不再赘述,网上教程很多

 

下载SuperMap iClient3D for WebGL产品包

链接:http://support.supermap.com.cn:8090/webgl/download.html

将包中的Cesium文件夹解压出来,放到项目中public文件夹下

 

 

引入到项目中

在public文件夹下的index.html中引入Cesium.js和widgets.css

<script src="./Cesium/Cesium.js" type="text/javascript"</script>
<link type="text/css" rel="stylesheet" href="./Cesium/Widgets/widgets.css" />

 

 

使用

 

 

 

 

效果

 

分类:

技术点:

相关文章:

  • 2021-09-09
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2021-09-25
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2021-05-03
  • 2021-12-25
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
相关资源
相似解决方案