|
@@ -121,7 +121,7 @@ export default {
|
|
},
|
|
},
|
|
// 疑点审计
|
|
// 疑点审计
|
|
caseAuditEvent() {
|
|
caseAuditEvent() {
|
|
- console.log("case audit");
|
|
|
|
|
|
+ // console.log("case audit");
|
|
// 每次点击按钮后重绘弹窗
|
|
// 每次点击按钮后重绘弹窗
|
|
if (this.currentHtml && this.currentCid) {
|
|
if (this.currentHtml && this.currentCid) {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
@@ -240,7 +240,7 @@ export default {
|
|
// 综合分析 - 图层绘制面
|
|
// 综合分析 - 图层绘制面
|
|
addPolygonLayer(data, cid, color) {
|
|
addPolygonLayer(data, cid, color) {
|
|
// cid -- 'yongjiu'
|
|
// cid -- 'yongjiu'
|
|
- console.log(data, cid, color);
|
|
|
|
|
|
+ // console.log(data, cid, color);
|
|
data.map(feature => {
|
|
data.map(feature => {
|
|
let polygonData = JSON.parse(JSON.stringify(feature));
|
|
let polygonData = JSON.parse(JSON.stringify(feature));
|
|
let coordinates = polygonData.geometry.coordinates[0];
|
|
let coordinates = polygonData.geometry.coordinates[0];
|
|
@@ -267,7 +267,7 @@ export default {
|
|
this.currentCid = cid;
|
|
this.currentCid = cid;
|
|
});
|
|
});
|
|
});
|
|
});
|
|
- console.log(map2DViewer.polygons[`${cid}_layer`]);
|
|
|
|
|
|
+ // console.log(map2DViewer.polygons[`${cid}_layer`]);
|
|
},
|
|
},
|
|
|
|
|
|
//综合分析 - 标记疑点 - 删除面
|
|
//综合分析 - 标记疑点 - 删除面
|