3D
Your Name
2022-07-25 973288ea3095247303b5daac5bc160e10ae2b8ac
3D
已修改4个文件
8 ■■■■■ 文件已修改
src/components/Tab/Plot.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doublePreventAction/riskLevelManage/fourColorMap/oneHundredAndThirty/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doublePreventAction/riskLevelManage/fourColorMap/sixty/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doublePreventAction/riskLevelManage/riskSourceManage/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>