Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #5273 - Re-structure/split 'Misc' folder #5274

Merged
merged 10 commits into from May 5, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@
8. AIRAC (2403) - Added Coventry (EGBE) 05 stopway and Updated SMR - thanks to @RedstonePilot (Ben Walker)
9. AIRAC (2404) - Updated Bristol (EGGD) SMR, added new holds and stand - thanks to @olivercesarczyk (Oliver Cesarczyk)
10. AIRAC (2404) - Updated Ronaldsway (EGNS) SMR - thanks to @kristiankunc (Kristián Kunc)
11. Enhancement - Re-structured 'Misc' folder - thanks to @PLM1995 (Peter Mooney)

# Changes from release 2024/02 to 2024/03
1. AIRAC (2403) - Redesignated Islay (EGPI) runways - thanks to @ChrisXPP (Christoph Reule)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 10 additions & 14 deletions compiler.config.json
Expand Up @@ -278,9 +278,8 @@
],
"positions": {
"type": "folder",
"folder": "Misc",
"folder": "Area Positions",
"recursive": true,
"pattern": "Positions_"
}
},
"misc": {
Expand Down Expand Up @@ -331,7 +330,7 @@
],
"freetext": {
"type": "folder",
"folder": "Misc",
"folder": "Misc Other",
"recursive": true,
"pattern": "Freetext_"
},
Expand All @@ -356,7 +355,7 @@
"pre_positions": {
"type": "files",
"files": [
"Misc/Pre-Positions.txt"
"Misc Other/Pre-Positions.txt"
]
},
"fixes": [
Expand Down Expand Up @@ -386,13 +385,13 @@
"radars": {
"type": "files",
"files": [
"Misc/Radar Sites.txt"
"Misc Other/Radar Sites.txt"
]
},
"radar_holes": {
"type": "files",
"files": [
"Misc/Radar Holes.txt"
"Misc Other/Radar Holes.txt"
]
},
"artcc_low": {
Expand Down Expand Up @@ -435,7 +434,7 @@
},
{
"type": "folder",
"folder": "Misc",
"folder": "Misc Other",
"recursive": true,
"pattern": "SID_"
}
Expand All @@ -448,25 +447,22 @@
},
{
"type": "folder",
"folder": "Misc",
"folder": "Airspace 'STARs'",
"recursive": true,
"pattern": "STAR_"
}
],
"geo": {
"type": "folder",
"folder": "Misc",
"folder": "Misc Geo",
"recursive": true,
"pattern": "Geo_",
"exclude": [
"Geo_Coastline High Detail.txt"
"Coastline High Detail.txt"
]
},
"regions": {
"type": "folder",
"folder": "Misc",
"folder": "Misc Regions",
"recursive": true,
"pattern": "Regions_"
},
"active_runways": {
"type": "files",
Expand Down