Explorar o código

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

maxiaoxiao hai 10 meses
pai
achega
6a8bfdffc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,); 暂时不绘制面
                                         }
                                     })
                                 });