任务相关
This commit is contained in:
parent
f775eb9214
commit
5d078e0dac
|
|
@ -215,7 +215,11 @@ public abstract class AbtParentTask implements TaskAction {
|
||||||
|
|
||||||
//获取大与此距离的第一个路线点key
|
//获取大与此距离的第一个路线点key
|
||||||
Entry<Double, Coordinate> endPoint = distanceInfoMap.ceilingEntry(distance);
|
Entry<Double, Coordinate> endPoint = distanceInfoMap.ceilingEntry(distance);
|
||||||
|
if(endPoint == null) {
|
||||||
|
endPoint = distanceInfoMap.lastEntry();
|
||||||
|
}
|
||||||
|
|
||||||
|
log.info("enPoint::{}",endPoint);
|
||||||
//ws数据
|
//ws数据
|
||||||
List<double[]> dataList = new ArrayList<>();
|
List<double[]> dataList = new ArrayList<>();
|
||||||
HashMap<Object, Object> dataMap = new HashMap<>();
|
HashMap<Object, Object> dataMap = new HashMap<>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user