diff --git a/Moose Development/Moose/Functional/ATC_Ground.lua b/Moose Development/Moose/Functional/ATC_Ground.lua index 9ded69874..1c7cd5e65 100644 --- a/Moose Development/Moose/Functional/ATC_Ground.lua +++ b/Moose Development/Moose/Functional/ATC_Ground.lua @@ -1619,6 +1619,13 @@ end -- * `AIRBASE.Normandy.Sainte_Laurent_sur_Mer` -- * `AIRBASE.Normandy.Sommervieu` -- * `AIRBASE.Normandy.Tangmere` +-- * `AIRBASE.Normandy.Argentan` +-- * `AIRBASE.Normandy.Goulet` +-- * `AIRBASE.Normandy.Essay` +-- * `AIRBASE.Normandy.Hauterive` +-- * `AIRBASE.Normandy.Barville` +-- * `AIRBASE.Normandy.Conches` +-- * `AIRBASE.Normandy.Vrigny` -- -- # Installation -- @@ -1832,7 +1839,7 @@ ATC_GROUND_NORMANDY = { }, }, }, - [AIRBASE.Normandy.Ford] = { + [AIRBASE.Normandy.Ford_AF] = { PointsRunways = { [1] = { [1]={["y"]=-26506.13971428,["x"]=147514.39971429,}, @@ -2034,7 +2041,83 @@ ATC_GROUND_NORMANDY = { }, }, }, - }, + [AIRBASE.Normandy.Argentan] = { + PointsRunways = { + [1] = { + [1]={["y"]=22322.280338032,["x"]=-78607.309765269,}, + [2]={["y"]=23032.778713963,["x"]=-78967.17709893,}, + [3]={["y"]=23015.27074041,["x"]=-79008.02903722,}, + [4]={["y"]=22299.944963827,["x"]=-78650.366148928,}, + }, + }, + }, + [AIRBASE.Normandy.Goulet] = { + PointsRunways = { + [1] = { + [1]={["y"]=24901.788373185,["x"]=-89139.367511763,}, + [2]={["y"]=25459.965967043,["x"]=-89709.67940114,}, + [3]={["y"]=25422.459962713,["x"]=-89741.669816598,}, + [4]={["y"]=24857.663662208,["x"]=-89173.56416277,}, + }, + }, + }, + [AIRBASE.Normandy.Essay] = { + PointsRunways = { + [1] = { + [1]={["y"]=44610.072022849,["x"]=-105469.21149064,}, + [2]={["y"]=45417.939023956,["x"]=-105536.08535277,}, + [3]={["y"]=45412.558368383,["x"]=-105585.27991801,}, + [4]={["y"]=44602.38537203,["x"]=-105516.10006064,}, + }, + }, + }, + [AIRBASE.Normandy.Hauterive] = { + PointsRunways = { + [1] = { + [1]={["y"]=40617.185360953,["x"]=-107657.10147517,}, + [2]={["y"]=41114.628372034,["x"]=-108298.77015609,}, + [3]={["y"]=41080.006684855,["x"]=-108319.06562788,}, + [4]={["y"]=40584.558402807,["x"]=-107692.29370481,}, + }, + }, + }, + [AIRBASE.Normandy.Vrigny] = { + PointsRunways = { + [1] = { + [1]={["y"]=24892.131051827,["x"]=-89131.628297486,}, + [2]={["y"]=25469.738000575,["x"]=-89709.235246234,}, + [3]={["y"]=25418.869206793,["x"]=-89738.771965204,}, + [4]={["y"]=24859.312475193,["x"]=-89171.010589446,}, + }, + }, + }, + [AIRBASE.Normandy.Barville] = { + PointsRunways = { + [1] = { + [1]={["y"]=49027.850333166,["x"]=-109217.05049066,}, + [2]={["y"]=49755.022185805,["x"]=-110346.63783457,}, + [3]={["y"]=49682.657996586,["x"]=-110401.35222154,}, + [4]={["y"]=48921.951519675,["x"]=-109285.88471943,}, + }, + [2] = { + [1]={["y"]=48429.522036941,["x"]=-109818.90874734,}, + [2]={["y"]=49746.197284681,["x"]=-109954.81222465,}, + [3]={["y"]=49735.607403332,["x"]=-110032.47135455,}, + [4]={["y"]=48420.697135816,["x"]=-109900.09783768,}, + }, + }, + }, + [AIRBASE.Normandy.Conches] = { + PointsRunways = { + [1] = { + [1]={["y"]=95099.187473266,["x"]=-56389.619005858,}, + [2]={["y"]=95181.545025963,["x"]=-56465.440244849,}, + [3]={["y"]=94071.678958666,["x"]=-57627.596821795,}, + [4]={["y"]=94005.008558864,["x"]=-57558.31189651,}, + }, + }, + }, + }, } @@ -3181,4 +3264,4 @@ end - \ No newline at end of file +