guanqb
2023-04-26 ab6319a4598c4d1bef1b7d44d45588138b0ee7e6
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
1 files modified
8 ■■■■ changed files
src/views/police/index.vue 8 ●●●● patch | view | raw | blame | history
src/views/police/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-04-18 20:34:25
 * @LastEditTime: 2023-04-26 15:05:54
 * @FilePath: \srs-police-affairs\src\views\police\index.vue
 * @Description: 辖区管理
 * 
@@ -368,10 +368,10 @@
                                mouseOutIncident: this.pointMouseOut,
                            })
                        } else if (this.navType == 2) {
                            let position = global.DC.CoordTransform.BD09ToGCJ02(item.lng, item.lat)
                            // let position = global.DC.CoordTransform.BD09ToGCJ02(item.lng, item.lat)
                            item.lng = global.DC.CoordTransform.GCJ02ToWGS84(position[0], position[1])[0]
                            item.lat = global.DC.CoordTransform.GCJ02ToWGS84(position[0], position[1])[1]
                            // item.lng = global.DC.CoordTransform.GCJ02ToWGS84(position[0], position[1])[0]
                            // item.lat = global.DC.CoordTransform.GCJ02ToWGS84(position[0], position[1])[1]
                            this.$EventBus.$emit('layerPointAdd', {
                                layerName: 'policeMonitoringLayers',