We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8196a3f commit 4f0e878Copy full SHA for 4f0e878
Source/Orts.Simulation/Common/WorldLatLon.cs
@@ -45,8 +45,8 @@ public class WorldLatLon
45
46
// The upper left corner of the Goode projection is ul_x,ul_y
47
// 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
+ int ul_x = -20013965; // -180 deg in Goode projection
+ int ul_y = 8674008; // +90 deg lat in Goode projection
50
51
// Offsets to convert Goode raster coordinates to MSTS world tile coordinates
52
int wt_ew_offset = -16385;
0 commit comments