From b7ba440c63e822b08f5d18279ba3334e9597011c Mon Sep 17 00:00:00 2001 From: mcmicha Date: Fri, 30 Jun 2017 00:49:39 +0200 Subject: [PATCH] Value for Normandy long1 negated. --- Scripts/DCS-ExportScript/lib/Maps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/DCS-ExportScript/lib/Maps.lua b/Scripts/DCS-ExportScript/lib/Maps.lua index a8dba2b..ca03755 100644 --- a/Scripts/DCS-ExportScript/lib/Maps.lua +++ b/Scripts/DCS-ExportScript/lib/Maps.lua @@ -31,6 +31,6 @@ ExportScript.Maps.Nevada.Long2 = -114.536111 -- low right Longitude 114° 32' 10 -- Normandy Map ExportScript.Maps.Normandy = {} -- Normandy Map ExportScript.Maps.Normandy.Lat1 = 53.85556 -- high left Latitude 53° 51' 20" N -ExportScript.Maps.Normandy.Long1 = 15.02667 -- high left Longitude 15° 01' 36" E +ExportScript.Maps.Normandy.Long1 = -15.02667 -- high left Longitude 15° 01' 36" W ExportScript.Maps.Normandy.Lat2 = 45.07167 -- low right Latitude 45° 04' 18" N ExportScript.Maps.Normandy.Long2 = 8.437222 -- low right Longitude 08° 26' 14" E \ No newline at end of file