管道基础大数据平台系统开发-【前端】-新系統界面
surprise
2024-05-09 e897fc3d35f8e5dfa56d5f0c80a655ccf99202cf
src/components/MapView/mapMenuTop.vue
@@ -523,7 +523,7 @@
        case "point": //点
          var val = that.setCartesianToEightFour(res.position.getValue())
          res_val = val
          that.setTurfCircle([val.lng, val.lat], 10)
          that.setTurfCircle([val.lng, val.lat], 50)
          break
        case "polyline": //线
          var polyline = res.polyline.positions.getValue()