| | |
| | | * @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: 辖区管理 |
| | | * |
| | |
| | | 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', |