修改bug,起飞不画轨迹线
This commit is contained in:
parent
e8d17e29d1
commit
d7df82f667
@ -619,11 +619,9 @@ namespace Plane.FormationCreator.Views
|
||||
PointLatLng loc2 = new LatLng(info2.TargetLat, info2.TargetLng).ToGCJ02();
|
||||
Route.Points.Add(loc1);
|
||||
Route.Points.Add(loc2);
|
||||
//if (0)
|
||||
Route.RegenerateShape(_map);
|
||||
}
|
||||
|
||||
|
||||
Route.RegenerateShape(_map);
|
||||
|
||||
}
|
||||
|
||||
//设置选中任务航点为白色外框
|
||||
|
Loading…
Reference in New Issue
Block a user