_Defi Posted December 11, 2023 Posted December 11, 2023 I want to know what coordinate system that DCS uses to convert from X,Y locations on the map to Lat,Lon on the geographical maps. Does it use a specific model for the ellipsoid of the earths surface, a flat earth, or some other kind of approximation?
Solution _Defi Posted December 18, 2023 Author Solution Posted December 18, 2023 I have found out that it uses the method of TRANSVERSE MERCATOR to map (x,y) -> (Lat, Lon). Here is the input for the Persian Gulf PersianGulf: { central_meridian: 57, false_easting: 75755.99999999645, false_northing: -2894933.0000000377, scale_factor: 0.9996, },
denimchicken Posted September 3, 2024 Posted September 3, 2024 Hey Defi, Where did you source the following information? I am trying to find it for other maps for a project I'm working on. Thanks. On 12/18/2023 at 2:29 AM, _Defi said: PersianGulf: { central_meridian: 57, false_easting: 75755.99999999645, false_northing: -2894933.0000000377, scale_factor: 0.9996, },
buur Posted September 3, 2024 Posted September 3, 2024 https://github.com/bbirchnz/dce-campaign-builder/blob/master/dce-lib/src/projections.rs 1
Recommended Posts