shuishen
2023-04-07 e2f341b73943753e6ea96cf6d85a09ce070e2ee1
src/components/map/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 17:00:30
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-04-06 17:27:53
 * @LastEditTime: 2023-04-06 18:45:53
 * @FilePath: \srs-police-affairs\src\components\map\index.vue
 * @Description: 公用地图组件
 * 
@@ -274,8 +274,6 @@
            // })
            // layer.addOverlay(wall)
            // 判断是否支持图像渲染像素化处理
            if (global.DC.Namespace.Cesium.FeatureDetection.supportsImageRenderingPixelated()) {
                global.viewer.setOptions({
@@ -289,7 +287,7 @@
            // global.viewer.addTerrain(terrain)
            // 内网
            that.switchImg()
            // that.switchImg()
            // 外网
            global.viewer.imageryLayers.addImageryProvider(
@@ -615,8 +613,7 @@
         */
        highOrLightChange (type, status = '') {
            this.$EventBus.$emit('showHouseingTileset', {
                curType: this.tilesetLayerType,
                type,
                type: 'remove'
            })
            label.forEach(item => {
@@ -643,8 +640,7 @@
                    })
                this.$EventBus.$emit('showHouseingTileset', {
                    curType: this.tilesetLayerType,
                    type,
                    type: 'add'
                })
            }
        },