src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/PollutedArea.kt
@@ -91,7 +91,7 @@ if (distanceRange.first == .0) { result.add(center) } else { // 从开始角度循环计算坐标点值结束角度,步长1° // 从开始角度循环计算坐标点至结束角度,步长1° var startDeg = sDeg while (startDeg <= eDeg) { val p = MapUtil.getPointByLen(center, distanceRange.first, startDeg * PI / 180)