diff --git a/src/client/backends/Msfs/Mapping.ts b/src/client/backends/Msfs/Mapping.ts index 1b708be..a5b4ea9 100644 --- a/src/client/backends/Msfs/Mapping.ts +++ b/src/client/backends/Msfs/Mapping.ts @@ -98,7 +98,7 @@ export class MsfsMapping { if (runway.length > longestRunway[0]) { longestRunway = [runway.length, runway]; } - elevations.push(runway.elevation); + elevations.push(runway.elevation * 3.28084); }); // MSFS doesn't give the airport elevation... so we take the mean of the runway elevations