vue-iClient3D_for_Cesium
vue-iClient3D_for_Cesium copied to clipboard
mounted(){ var viewer = new Cesium.Viewer('cesiumContainer') } 我初始化的方法是这样的,但是貌似不管用,请问一下如何初始化viewer
main.js package.json 报错:
afterInitviewer viewer.scene.layers.find("") 获取为空要等几秒才能获取
请问,我有一个需求,是在我的倾斜摄影模型中,绘制车辆运行轨迹,同时展示车辆移动,这些功能使用 @supermap/vue-iclient3d-webgl 可以实现吗?类似于”交通仿真“中的功能,看官网的[API文档](http://support.supermap.com.cn:8090/webgl/examples/component/dist/zh/api/guide/installation.html)和示例中好像没有这些功能的描述. 也可以通过 [email protected]与我联系! 感谢回复!
请问,带时序体元栅格可视化表达中dataUrl中所指的原始数据需要的是什么数据? 看代码中这块已注释内容: // let promise = viewer.scene.addVoxelGridLayer("public/data/netcdf/Ningxia_24.nc", "test"); // let promise = scene.addVoxelGridLayer("public/data/netcdf/result_100_200_9_40.nc", ); let promise = viewer.scene.addVoxelGridLayer(state.dataUrl,"test"); Cesium.when(promise, function (layer) {... 推测这部分应该是nc格式数据,上网搜索了一下nc数据的生成方式,通过arcgis toolbox的方式和网络上下载的全球气象数据的nc格式数据都无法进入promise.then部分,没有报错,关于 viewer.scene.addVoxelGridLayer该方法超图官方文档里面没有提到说明,然后注释文件夹里面的netcdf文件夹不存在。 所以想请问这块nc文件有没有什么特殊需求? ps:我是在以下地址上下载的nc数据: https://psl.noaa.gov/data/gridded/data.cobe.html
执行npm run build:js报错: examples/src/index.js → examples/dist/index.js... [!] Error: Could not resolve entry module (examples/src/index.js). Error: Could not resolve entry module (examples/src/index.js). at error (。。。\iClient3D-vue-master\node_modules\rollup\dist\shared\rollup.js:4533:30) at ModuleLoader.loadEntryModule (。。。\iClient3D-vue-master\node_modules\rollup\dist\shared\rollup.js:18590:20) at async Promise.all...
请问什么时候可以支持vue3.2和elementPlus 正式稳定版呢
组件样式异常
clone ->npm i->npm run dev后页面上部件样式异常