| | |
| | | //配置文件地址 |
| | | import config from "./config"; |
| | | // import config from "../../../../public/config/config"; |
| | | //服务加载配置文件 |
| | | import server from "./server"; |
| | | |
| | |
| | | //======================= |
| | | window.Viewer.imageryLayers.removeAll(); |
| | | |
| | | Viewer.scene.globe.depthTestAgainstTerrain = false; // 开启深度测试 |
| | | Viewer.animation.container.style.visibility = "hidden"; |
| | | Viewer.timeline.container.style.visibility = "hidden"; |
| | | //======================= |
| | | //大气层 |
| | | Viewer.scene.globe.showGroundAtmosphere = false; |
| | | |
| | | |
| | | window.setLayer(); |
| | | sgworld.Navigate.Stop(); //取消飞行状态 |
| | | sgworld.Navigate.setPosition(-1093596.38, 5729026.12, 4136590.41); |
| | | }, |
| | | //鼠标左键点击事件添加 |
| | | addMouseLeftClickEvents() { |