Skip to content

Commit

Permalink
feat(airfieldconfig): add STAR Airspace section to airfield config (#150
Browse files Browse the repository at this point in the history
)
  • Loading branch information
AndyTWF authored May 23, 2021
1 parent 598f026 commit e96172c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Valid keys in each airports object are as follows:
"positions": {},
"positions_mentor": {},
"sid_airspace": {},
"star_airspace": {},
"runways": {},
"sectors": {},
"sids": {},
Expand Down
1 change: 1 addition & 0 deletions src/Compiler/Config/AirfieldConfigFileSections.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class AirfieldConfigFileSections
new ConfigFileSection("positions", InputDataType.ESE_POSITIONS, "Positions"),
new ConfigFileSection("positions_mentor", InputDataType.ESE_POSITIONS_MENTOR, "Mentoring Positions"),
new ConfigFileSection("sid_airspace", InputDataType.SCT_SIDS, "SID Airspace"),
new ConfigFileSection("star_airspace", InputDataType.SCT_STARS, "STAR Airspace"),
new ConfigFileSection("runways", InputDataType.SCT_RUNWAYS, "Runways`"),
new ConfigFileSection("sectors", InputDataType.ESE_SECTORLINES, "Sectors"),
new ConfigFileSection("sids", InputDataType.ESE_SIDS, "SIDs"),
Expand Down

0 comments on commit e96172c

Please sign in to comment.