| | |
| | | //地下模式距离参数 |
| | | Viewer.scene.globe.translucency.frontFaceAlpha = 0.5; |
| | | Viewer.scene.globe.undergroundColor = undefined; |
| | | window.Viewer.scene.screenSpaceCameraController.minimumZoomDistance = 500 |
| | | |
| | | mapMsg.init(); |
| | | rpc.clickToCoordinates(); |
| | | mapMsg.setTime(); |
| | |
| | | apiUrl1: 'http://10.10.4.121:8070/PoiExcel', //接口调用地址 |
| | | mapRest: { |
| | | |
| | | lng:-2189057.520899536, |
| | | lat:4391362.253844792, |
| | | alt:4061614.05434034, |
| | | heading:2.6476305164192566, |
| | | pitch:-0.34141671341299507, |
| | | roll:6.283179093517075, |
| | | |
| | | lng: -2189204.3052408984, //经度0 |
| | | lat: 4391299.928900704, //纬度 |
| | | alt: 4061302.0742125358, //高度 |
| | | heading: 2.706017718142978, //偏移角度 |
| | | pitch: -0.06450211339012002, //俯仰角度 |
| | | roll: 0.0000010046555702913906 //旋转角度 |
| | | |
| | | }, |
| | | |