浏览代码

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

maxiaoxiao 11 月之前
父节点
当前提交
6a8bfdffc9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Query/clickQuery/MultiLevelQuery.vue

+ 1 - 1
src/components/Query/clickQuery/MultiLevelQuery.vue

@@ -249,7 +249,7 @@ export default {
                                     e.forEach((res) => {
                                         if (res.filed == 'geom') {
                                             let geojson = wellknown.parse(res.data);
-                                            that.draw_vector(geojson, e,);
+                                            // that.draw_vector(geojson, e,); 暂时不绘制面
                                         }
                                     })
                                 });