修改bug,起飞不画轨迹线
This commit is contained in:
parent
e8d17e29d1
commit
d7df82f667
@ -619,10 +619,8 @@ namespace Plane.FormationCreator.Views
|
|||||||
PointLatLng loc2 = new LatLng(info2.TargetLat, info2.TargetLng).ToGCJ02();
|
PointLatLng loc2 = new LatLng(info2.TargetLat, info2.TargetLng).ToGCJ02();
|
||||||
Route.Points.Add(loc1);
|
Route.Points.Add(loc1);
|
||||||
Route.Points.Add(loc2);
|
Route.Points.Add(loc2);
|
||||||
//if (0)
|
|
||||||
Route.RegenerateShape(_map);
|
|
||||||
}
|
}
|
||||||
|
Route.RegenerateShape(_map);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user