liuyg
2022-01-04 fde18eb53d4a0d7dd57e06f6c893cdd0ac9948dd
Merge branch 'master' of http://192.168.0.105:10010/r/school-web
2 files modified
6 ■■■■ changed files
src/components/map/components/dimension.vue 2 ●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/components/map/components/dimension.vue
@@ -286,7 +286,7 @@
                that.viewer.camera.setView({
                    // Cesium的坐标是以地心为原点,一向指向南美洲,一向指向亚洲,一向指向北极州
                    // fromDegrees()方法,将经纬度和高程转换为世界坐标
                    destination: that.DC.Namespace.Cesium.Cartesian3.fromDegrees(114.03928791, 27.62954732, 1000.0),
                    destination: that.DC.Namespace.Cesium.Cartesian3.fromDegrees(114.03928791, 27.62954732, 360.0),
                    orientation: {
                        // 指向
                        heading: that.DC.Namespace.Cesium.Math.toRadians(0, 0),
vue.config.js
@@ -20,6 +20,10 @@
            {
                from: './public/examples',
                to: 'examples'
            },
            {
                from: './public/mx',
                to: 'mx'
            }]
        ])
    }