@@ -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,); 暂时不绘制面
}
})
});