Skip to content

Commit 4f0e878

Browse files
latitude/longitude fix for bug 1393111
1 parent 8196a3f commit 4f0e878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Orts.Simulation/Common/WorldLatLon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public class WorldLatLon
4545

4646
// The upper left corner of the Goode projection is ul_x,ul_y
4747
// The bottom right corner of the Goode projection is -ul_x,-ul_y
48-
int ul_x = -20015000; // -180 deg in Goode projection
49-
int ul_y = 8673000; // +90 deg lat in Goode projection
48+
int ul_x = -20013965; // -180 deg in Goode projection
49+
int ul_y = 8674008; // +90 deg lat in Goode projection
5050

5151
// Offsets to convert Goode raster coordinates to MSTS world tile coordinates
5252
int wt_ew_offset = -16385;

0 commit comments

Comments
 (0)