| | |
| | | async handleLocation (val) { |
| | | console.log(val) |
| | | const pos = [val.Latitude, val.Longitude] |
| | | window.map.flyTo(pos, 13) |
| | | window.map.flyTo(pos, 15) |
| | | const positionX = val.Latitude |
| | | const positionY = val.Longitude |
| | | |
| | |
| | | }, |
| | | // 不同类型图片加载 |
| | | differentTypes (ContrLevel) { |
| | | var effectOfChange |
| | | // effectOfChange |
| | | /* |
| | | if (ContrLevel === 1) { |
| | | effectOfChange = ImgBlue |
| | | } else if (ContrLevel === 2) { |
| | | */ |
| | | effectOfChange = ImagGreen |
| | | const effectOfChange = ImagGreen |
| | | // } else if (ContrLevel === 3) { |
| | | // effectOfChange = ImagBright |
| | | // } else { |