| | |
| | | </div> |
| | | <div class="box-body"> |
| | | <el-form ref="form" :model="pathFrom" label-width="50px"> |
| | | <el-form-item label="经度:"> |
| | | <el-form-item label="起点:"> |
| | | <el-input |
| | | style="width: 300px" |
| | | style="width: 250px" |
| | | v-model="pathFrom.lon" |
| | | :disabled="true" |
| | | ></el-input> |
| | | <el-link |
| | | :underline="false" |
| | |
| | | ><i style="color: white" class="el-icon-plus"></i |
| | | ></el-link> |
| | | </el-form-item> |
| | | <el-form-item label="纬度:"> |
| | | <el-form-item label="终点:"> |
| | | <el-input |
| | | style="width: 300px" |
| | | style="width: 250px" |
| | | v-model="pathFrom.lat" |
| | | :disabled="true" |
| | | ></el-input> |
| | | <el-link |
| | | :underline="false" |
| | |
| | | showPathAnalysisBoxDialog: false, |
| | | comprehensive: {}, |
| | | pathFrom: { |
| | | lon: '116.086746,39.937314', |
| | | lat: '116.086000,39.936289', |
| | | lon: ' ', |
| | | lat: ' ', |
| | | }, |
| | | bufFrom: { |
| | | val: 50, |
| | |
| | | }) |
| | | ); |
| | | |
| | | // sgworld.Navigate.jumpTo({ |
| | | // //跳转视角 |
| | | // destination: { |
| | | // x: 311837.3471863137, |
| | | // y: 5628280.936629815, |
| | | // z: 2992581.921482893, |
| | | // }, |
| | | // orientation: { |
| | | // heading: 2.5028896264234364, |
| | | // pitch: -0.2201285642360813, |
| | | // roll: 0.0, |
| | | // }, |
| | | // }); |
| | | |
| | | // Viewer.scene.globe.depthTestAgainstTerrain = true; |
| | | Viewer._enableInfoOrSelection = false; |
| | | //显示fps |
| | | Viewer.scene.debugShowFramesPerSecond = false; |
| | |
| | | window.sgworld.navControl('nav', false); |
| | | //比例尺 |
| | | window.sgworld.navControl('scale', false); |
| | | |
| | | //开启深度检测 |
| | | sgworld.Analysis.depthTestAgainstTerrain(true); |
| | | //影像对比设置 |
| | | var base = { |
| | | url: 'https://a.tile.openstreetmap.org/', |
| | | }; |
| | | window.openStreetMap = sgworld.Creator.createImageryProvider( |
| | | 'OpenStreetMap', |
| | | 'OpenStreetMap', |
| | | base, |
| | | '0', |
| | | undefined, |
| | | true, |
| | | '' |
| | | ); |
| | | // var base = { |
| | | // url: 'https://a.tile.openstreetmap.org/', |
| | | // }; |
| | | // window.openStreetMap = sgworld.Creator.createImageryProvider( |
| | | // 'OpenStreetMap', |
| | | // 'OpenStreetMap', |
| | | // base, |
| | | // '0', |
| | | // undefined, |
| | | // true, |
| | | // '' |
| | | // ); |
| | | openStreetMap.item.show = false; |
| | | //mpt加载 |
| | | var option = { |