From f04efcae7635378aed3bca570322a38cae97d722 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 11 Jun 2021 16:43:57 +0800
Subject: [PATCH] 搜索弹窗 表格
---
widgets/plottingP/Widget.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/widgets/plottingP/Widget.js b/widgets/plottingP/Widget.js
index 58d91b9..a68a7de 100644
--- a/widgets/plottingP/Widget.js
+++ b/widgets/plottingP/Widget.js
@@ -51,7 +51,6 @@
return;
}
plottingLayer = new cesium.PlottingLayer(scene, "plottingLayer");
- // console.log(scene)
// scene.plotLayers.add(plottingLayer);
scene.layers.add(plottingLayer);
plotEditControl = new cesium.PlotEditControl(scene, plottingLayer);//编辑控件
--
Gitblit v1.9.3