Browse Source

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

maxiaoxiao 10 months ago
parent
commit
6a8bfdffc9
1 changed files with 1 additions and 1 deletions
  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,); 暂时不绘制面
                                         }
                                     })
                                 });