shuishen
2023-02-13 d84de4d795298bfd644ae40919e3ae2d162d2e0e
删除活动点击默认加载的点位缓冲
1 files modified
11 ■■■■■ changed files
src/views/activity/index.vue 11 ●●●●● patch | view | raw | blame | history
src/views/activity/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-02 10:04:06
 * @LastEditTime: 2023-02-13 10:11:42
 * @FilePath: \srs-police-affairs\src\views\activity\index.vue
 * @Description: 安保活动
 *
@@ -1195,15 +1195,6 @@
            let point = new global.DC.Point(`${positionObj.lng}, ${positionObj.lat}`)
            analyseLayer.addOverlay(point)
            let coords = global.DC.GeoTools.pointBuffer(`${positionObj.lng}, ${positionObj.lat}`, 100)
            analysePolygon = new global.DC.Polygon(coords)
            analysePolygon.setStyle({
                material: global.DC.Color.RED.withAlpha(0.4)
            })
            analyseLayer.addOverlay(analysePolygon)
            this.$EventBus.$emit('mapClearLayer', {
                layerName: 'polylineLayer',