Skip to content

Commit

Permalink
bug correction for nuetrainer
Browse files Browse the repository at this point in the history
  • Loading branch information
lancard committed Feb 9, 2024
1 parent 6aff894 commit 9c9829f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions etc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ module.exports = {
GlideslopeAngle: 3.0,
MagneticVariation: 7
};
ret.RunwayList[`${obj.airport}_${obj.oppositeRunway}`] = {
ThresholdSideCoordinate: {
latitude: obj.endLatitudeDecimal,
longitude: obj.endLongitudeDecimal
},
LocalizerSideCoordinate: {
latitude: obj.startLatitudeDecimal,
longitude: obj.startLongitudeDecimal
},
Elevation: airportList[obj.airport].elevationInFeet,
GlideslopeAngle: 3.0,
MagneticVariation: 7
};
});

return ret;
Expand Down

0 comments on commit 9c9829f

Please sign in to comment.