src/main/kotlin/com/flightfeather/uav/biz/dataprocess/RoadSegment.kt
@@ -97,7 +97,7 @@ private fun saveResult(segmentInfoList:List<SegmentInfo>) { val res = mutableListOf<SegmentInfo>() segmentInfoList.forEach { s -> // 判断当前记录和上个记录是否数据同一条道路 // 判断当前记录和上个记录是否属于同一条道路 if (res.isNotEmpty()) { val lastOne = res.last() // 若属于同一道路,合并