3D
Your Name
2022-07-25 973288ea3095247303b5daac5bc160e10ae2b8ac
3D
4 files modified
8 ■■■■■ changed files
src/components/Tab/Plot.vue 2 ●●● patch | view | raw | blame | history
src/views/doublePreventAction/riskLevelManage/fourColorMap/oneHundredAndThirty/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/doublePreventAction/riskLevelManage/fourColorMap/sixty/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/doublePreventAction/riskLevelManage/riskSourceManage/index.vue 2 ●●● patch | view | raw | blame | history
src/components/Tab/Plot.vue
@@ -227,7 +227,7 @@
                    map.startDraw(
                        {
                            type: 'polygon',
                            style: { text: name ,color:this.color},
                            style: { text: name ,color:this.color, clampToGround: true},
                            attr: {
                                name,
                            },
src/views/doublePreventAction/riskLevelManage/fourColorMap/oneHundredAndThirty/index.vue
@@ -74,6 +74,7 @@
                map.addModel({
                    link: 'http://222.92.213.22:8006/b3dm130/tileset.json',
                    name: '130万吨模型图',
                    modifyZ: -45,
                    callback: tileset => {
                        var boundingSphere = tileset.boundingSphere;
                        var cartographic = Cesium.Cartographic.fromCartesian(
src/views/doublePreventAction/riskLevelManage/fourColorMap/sixty/index.vue
@@ -75,6 +75,7 @@
                map.addModel({
                    link: 'http://222.92.213.22:8006/b3dm60/tileset.json',
                    name: '60万吨模型图',
                    modifyZ: -1340,
                    callback: tileset => {
                        var boundingSphere = tileset.boundingSphere;
                        var cartographic = Cesium.Cartographic.fromCartesian(
@@ -196,7 +197,7 @@
                                html:
                                    "<div class='popup-wrapper'>" +
                                    attr.name +
                                    '<br/><br/>XXXXXXXX</div>',
                                    '</div>',
                                position: cartesian3,
                                anchor: [-170, -80],
                            });
src/views/doublePreventAction/riskLevelManage/riskSourceManage/index.vue
@@ -498,6 +498,6 @@
    padding-bottom: 10px;
}
.analyseUnit_input{
    width:300px;
    width:200px;
}
</style>