From 653c004b4f44396cdb4dce04c17152c7563e37f8 Mon Sep 17 00:00:00 2001 From: yangdelong <828900aaa> Date: 星期五, 09 四月 2021 11:02:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop --- src/components/LayerController/logic/WasteGas.js | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js index 2ac1651..7db2156 100644 --- a/src/components/LayerController/logic/WasteGas.js +++ b/src/components/LayerController/logic/WasteGas.js @@ -40,8 +40,8 @@ test: data[i], icon: L.icon({ iconUrl: iconUrl, - iconSize: [20, 20], - iconAnchor: [10, 10] + iconSize: [30, 38], + iconAnchor: [15, 19] }) }) layer.addLayer(marker) @@ -59,6 +59,16 @@ 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 result = await mapApi.getWasteGasDetails(dataValue) // console.log(result.Result.DataInfo) const PublicBounced = window.Vue.extend(publicBounced) -- Gitblit v1.8.0