shuishen
2023-05-23 8354037617536cc028fe83fa63757417b459dd7f
去除巡逻路线中的移动箭头效果
4 files modified
46 ■■■■■ changed files
src/views/activity/components/drawBtnBox.vue 14 ●●●●● patch | view | raw | blame | history
src/views/activity/components/polylinePlot.vue 11 ●●●●● patch | view | raw | blame | history
src/views/activity/components/publicIndex.vue 7 ●●●●● patch | view | raw | blame | history
src/views/activity/components/twoDrawBtnBox.vue 14 ●●●●● patch | view | raw | blame | history
src/views/activity/components/drawBtnBox.vue
@@ -442,13 +442,6 @@
                addPlotOverlayData.attrParams = data
                this.$EventBus.$emit('layerPolygonArrowsAdd', {
                    layerName: 'newCarDrawLineLayers',
                    positions: positionNewArr,
                    material: color,
                    params: { ...data, item: data, data: data }
                })
                this.$EventBus.$emit('layerPolygonAdd', {
                    layerName: 'newCarDrawLineLayers',
                    positions: positionStr,
@@ -678,13 +671,6 @@
                    overlay.attrParams.color = params.color
                    overlay.attrParams.width = params.width
                    overlay.attrParams.remark = params.remark
                    this.$EventBus.$emit('layerPolygonArrowsAdd', {
                        layerName: 'newCarDrawLineLayers',
                        positions: linePosition,
                        material: color,
                        params: { ...overlay.attrParams, item: overlay.attrParams, data: overlay.attrParams },
                    })
                    this.$EventBus.$emit('layerPolygonAdd', {
                        layerName: 'newCarDrawLineLayers',
src/views/activity/components/polylinePlot.vue
@@ -120,12 +120,6 @@
        editLineInfo () {
            const polyline = polylineOverlay
            this.$EventBus.$emit('mapRemovePolygonLayer', {
                layerName: 'newCarDrawLineLayers',
                polygonName: 'newCarDrawLineLayers' + polyline.overlay.attrParams.id,
                type: 'VectorLayer'
            })
            this.$EventBus.$emit('mapRemovePolygon', {
                layerName: 'newCarDrawLineLayers',
                type: 'VectorLayer',
@@ -168,11 +162,6 @@
                    polylineOverlay.overlay.remove()
                    polylineOverlay.overlay.attrParams.lineObj.remove()
                    this.$EventBus.$emit('mapRemovePolygonLayer', {
                        layerName: 'newCarDrawLineLayers',
                        polygonName: 'newCarDrawLineLayers' + polylineOverlay.overlay.attrParams.id,
                        type: 'VectorLayer'
                    })
                    this.$EventBus.$emit('activeDeleteLineOrPoint', 'policecar')
                } else {
                    this.$message({
src/views/activity/components/publicIndex.vue
@@ -712,13 +712,6 @@
                lineLayer.addOverlay(lineObj)
                this.$EventBus.$emit('layerPolygonArrowsAdd', {
                    layerName: 'newCarDrawLineLayers',
                    positions: positionNewArr,
                    material: color,
                    params: { ...item, lineObj, item, data: item }
                })
                this.$EventBus.$emit('layerPolygonAdd', {
                    layerName: 'newCarDrawLineLayers',
                    positions: positionStr,
src/views/activity/components/twoDrawBtnBox.vue
@@ -427,13 +427,6 @@
                addPlotOverlayData.attrParams = data
                this.$EventBus.$emit('layerPolygonArrowsAdd', {
                    layerName: 'newCarDrawLineLayers',
                    positions: positionNewArr,
                    material: color,
                    params: { ...data, item: data, data: data },
                })
                this.$EventBus.$emit('layerPolygonAdd', {
                    layerName: 'newCarDrawLineLayers',
                    positions: positionStr,
@@ -605,13 +598,6 @@
                    overlay.attrParams.color = params.color
                    overlay.attrParams.width = params.width
                    overlay.attrParams.remark = params.remark
                    this.$EventBus.$emit('layerPolygonArrowsAdd', {
                        layerName: 'newCarDrawLineLayers',
                        positions: linePosition,
                        material: color,
                        params: { ...overlay.attrParams, item: overlay.attrParams, data: overlay.attrParams },
                    })
                    this.$EventBus.$emit('layerPolygonAdd', {
                        layerName: 'newCarDrawLineLayers',