[6.1.0]
[bugfix] [有新的轨迹时删除站点的临时数据、防止轨迹错误导致的问题]
This commit is contained in:
@@ -134,7 +134,12 @@ object TrajectoryAndDistanceManager : IMoGoPlanningRottingListener {
|
||||
startCalculateDistanceLoop()
|
||||
return
|
||||
}else{
|
||||
resetStation()
|
||||
this.endStationInfo.index = null
|
||||
this.endStationInfo.distance = null
|
||||
this.endStationInfo.isNext = null
|
||||
this.startStationInfo.index = null
|
||||
this.startStationInfo.distance = null
|
||||
this.startStationInfo.isNext = null
|
||||
}
|
||||
this.lineId = globalPathResp.lineId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user