src/main/kotlin/com/flightfeather/uav/biz/dataprocess/RoadSegment.kt
@@ -50,6 +50,7 @@ // 通过高德API查询坐标对应的路段 val segmentInfoList = mutableListOf<SegmentInfo>() gdGPS.forEachIndexed { i, pair -> Thread.sleep(400) val address = AMapService.reGeo(pair) segmentInfoList.add(SegmentInfo().apply { missionCode = mission.missionCode