diff --git a/etc.js b/etc.js index 33ceff4..45db1be 100644 --- a/etc.js +++ b/etc.js @@ -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;