From 67b498b740aab719e7ab28794551890d4a6b5f06 Mon Sep 17 00:00:00 2001 From: Harris Enniss Date: Wed, 28 Feb 2024 15:15:00 -0800 Subject: [PATCH 1/2] Fix Losinki parking locations. --- BoSData/Input/Moscow/AirfieldLocations.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BoSData/Input/Moscow/AirfieldLocations.json b/BoSData/Input/Moscow/AirfieldLocations.json index 4ef5146f9..c9af0d816 100644 --- a/BoSData/Input/Moscow/AirfieldLocations.json +++ b/BoSData/Input/Moscow/AirfieldLocations.json @@ -6365,13 +6365,13 @@ { "parkingLocation": { "position": { - "xPos": 21716.530727892216, + "xPos": 21702.8, "yPos": 112.58, - "zPos": 108109.49027184588 + "zPos": 108131.73 }, "orientation": { "xOri": 0.0, - "yOri": 129.45591187249428, + "yOri": 119.0, "zOri": 0.0 } }, From 812912a035de6485ce8de4a5292778bba168e1e4 Mon Sep 17 00:00:00 2001 From: Harris Enniss Date: Wed, 28 Feb 2024 15:25:58 -0800 Subject: [PATCH 2/2] Fix parking locations at Surovikino. --- BoSData/Input/Stalingrad/AirfieldLocations.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/BoSData/Input/Stalingrad/AirfieldLocations.json b/BoSData/Input/Stalingrad/AirfieldLocations.json index d03219af2..22901d4ad 100644 --- a/BoSData/Input/Stalingrad/AirfieldLocations.json +++ b/BoSData/Input/Stalingrad/AirfieldLocations.json @@ -9521,9 +9521,9 @@ { "parkingLocation": { "position": { - "xPos": 120724.71206666181, + "xPos": 120575.8, "yPos": 41.183, - "zPos": 130231.74063931964 + "zPos": 130342.97 }, "orientation": { "xOri": 0.0, @@ -9538,9 +9538,9 @@ }, "taxiToStart": [ { - "xPos": 120754.06115287598, - "yPos": 41.183, - "zPos": 130272.11822545841 + "xPos": 120608.27, + "yPos": 41.19, + "zPos": 130381.75 }, { "xPos": 120903.83596868608, @@ -9615,9 +9615,9 @@ "zPos": 130410.08141095533 }, { - "xPos": 120758.32268389307, - "yPos": 41.183, - "zPos": 130277.94005140827 + "xPos": 120608.27, + "yPos": 41.19, + "zPos": 130381.75 } ] }