Merge branch 'ti' into qa_hengyang_base

This commit is contained in:
liujing
2021-07-17 17:58:17 +08:00

View File

@@ -161,7 +161,6 @@ public class V2XWarningMarker implements IV2XMarker {
lineInfo.setWidth(info.getRoadwidth() * 14 + 5);
V2XServiceManager.getMoGoStopPolylineManager().drawStopPolyline(getContext(), lineInfo);
}
clearAllLine();
Log.d(TAG, "停止线前方50m区域的三个坐标点是:" + startLatLng.lon + "," + startLatLng.lat +
"中间点坐标:" + addMiddleLoc.lon + "," + addMiddleLoc.lat
+ "终点" + endLatlng.lon + "," + endLatlng.lat);
@@ -231,7 +230,6 @@ public class V2XWarningMarker implements IV2XMarker {
Log.d(TAG, "绘制停止线+time=" + String.valueOf(System.currentTimeMillis()));
V2XWarnDataDrawer.getInstance().renderStopLineData(entity);
}
clearAllLine();
}
} catch (Exception e) {
e.printStackTrace();
@@ -306,7 +304,6 @@ public class V2XWarningMarker implements IV2XMarker {
}
Log.d(TAG, "自车为起点绘制 自车;" + startLatlng.lon + "," + startLatlng.lat +
"中间扩展点" + addMiddleLoc.lon + "," + addMiddleLoc.lat + "终点:" + endLatlng.lon + "," + endLatlng.lat);
clearAllLine();
} else {
clearAllLine();
}