diff --git a/Plane.FormationCreator/Formation/FlightTaskManager.cs b/Plane.FormationCreator/Formation/FlightTaskManager.cs index cb9bc5f..41aa0ca 100644 --- a/Plane.FormationCreator/Formation/FlightTaskManager.cs +++ b/Plane.FormationCreator/Formation/FlightTaskManager.cs @@ -224,7 +224,7 @@ namespace Plane.FormationCreator.Formation var newTask = new FlightTask(FlightTaskType.FlyTo); int coptindex = 0; - int colnum = 5; //自动生成列数=4 + int colnum = 4; //自动生成列数=4 float coldis = 5;//列相距5米 float rowdis = 5;//行相距5米 float matrixdis = 20; //生成方阵距离30米 diff --git a/Plane.FormationCreator/Formation/FlightTask_LoiterTime.cs b/Plane.FormationCreator/Formation/FlightTask_LoiterTime.cs index f43b34e..ff56365 100644 --- a/Plane.FormationCreator/Formation/FlightTask_LoiterTime.cs +++ b/Plane.FormationCreator/Formation/FlightTask_LoiterTime.cs @@ -273,7 +273,7 @@ namespace Plane.FormationCreator.Formation private int[] numberFour = { 2, 4, 5, 6, 7,8, 9,10, 12 }; private int[] numberthree = { 0, 1, 2, 4, 5, 6, 7, 9, 10, 11, 12 }; private int[] numbertwo = { 0, 1, 2, 3, 5, 6, 7, 9, 10, 11, 12 }; - private int[] numberone = { 0, 4, 7, 9, 12 }; + private int[] numberone = { 2, 4, 7, 9, 12 }; private int[] numberzero = { 0, 1, 2, 3, 4,5, 7, 8,9, 10, 11, 12 }; diff --git a/Plane.FormationCreator/ViewModels/CopterListViewModel.cs b/Plane.FormationCreator/ViewModels/CopterListViewModel.cs index 24419ed..b101533 100644 --- a/Plane.FormationCreator/ViewModels/CopterListViewModel.cs +++ b/Plane.FormationCreator/ViewModels/CopterListViewModel.cs @@ -54,7 +54,7 @@ namespace Plane.FormationCreator.ViewModels var center = _mapManager.Center; string id; - int colnum = 5; //自动生成列数=4 + int colnum = 4; //自动生成列数=4 float coldis = 5;//列相距5米 float rowdis = 5;//行相距5米 int currcol = 0; //当前列号