| | |
| | | // 区分不同类型 使用不同img |
| | | // const ImgBlue = '/assets/images/map/exhaust/fq_blue.png' |
| | | // const ImgGray = '/assets/images/map/exhaust/fq_gray.png' |
| | | const ImagGreen = '/assets/images/map/exhaust/fq_green_new.png' |
| | | const ImagGreen = '/assets/images/map/exhaust/fq_green2.png' |
| | | // const ImagBright = '/assets/images/map/exhaust/fq_bright_green.png' |
| | | |
| | | const mapApi = require('../../../api/mapApi').default |
| | | const publicBounced = require('../../BaseNav/PublicBounced/PublicBounced').default |
| | | // const WasteGasChats = require('./WasteGasChats').default |
| | | module.exports = function () { |
| | | /** |
| | | * 返回marker对象数组 |
| | | * @param L leaflet对象 |
| | | */ |
| | | this.init = async (layer, L) => { |
| | | // console.log(WasteGasChats) |
| | | this.animalService = new AnimalService({ L: L, layer: layer }) |
| | | const res = await mapApi.getWasteGas() |
| | | // console.log(res) |
| | |
| | | test: data[i], |
| | | icon: L.icon({ |
| | | iconUrl: iconUrl, |
| | | iconSize: [20, 20], |
| | | iconAnchor: [10, 10] |
| | | iconSize: [30, 30], |
| | | iconAnchor: [15, 15] |
| | | }) |
| | | }) |
| | | layer.addLayer(marker) |
| | |
| | | const dataValue = { |
| | | StoragePlaceId: e.layer.options.test.StoragePlaceId |
| | | } |
| | | // const GasOnlinedata = { |
| | | // onLineMonEmissPointId: 23, |
| | | // monItemId: 28, |
| | | // emissTypeld: 2, |
| | | // beginTime: 2020/0o4/0o6 15:13:20, |
| | | // endTime=2020/0o4/0o7;15:13:20, |
| | | // dataType:1 |
| | | // } |
| | | // const Mondata = await mapApi.getWasteGasMonData(GasOnlinedata) |
| | | // console.log(Mondata) |
| | | const GasOnlinedata = { |
| | | onLineMonEmissPointId: '23', |
| | | monItemId: '28,31', |
| | | beginTime: '2020-04-06 15:13:20', |
| | | endTime: '2020-04-07 15:13:20', |
| | | dataType: '1' |
| | | } |
| | | const Mondata = await mapApi.getWasteGasMonData(GasOnlinedata) |
| | | console.log(Mondata) |
| | | const result = await mapApi.getWasteGasDetails(dataValue) |
| | | // console.log(result.Result.DataInfo) |
| | | const PublicBounced = window.Vue.extend(publicBounced) |
| | | const instance = new PublicBounced() |
| | | instance.setGasData(e.layer.options.test, result.Result.DataInfo, 'feiqi') |
| | | instance.setGasData(e.layer.options.test, result.Result.DataInfo, Mondata.Result.DataInfo, 'feiqi') |
| | | // console.log(e.layer.options.test) |
| | | instance.$mount() |
| | | document.body.appendChild(instance.$el) |