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 9 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
@@ -1,5 +1,6 @@
# Changes from release 2024/04 to 2024/05
1. AIRAC (2405) - Added Fairford Danger Areas EGD218A-D - thanks to @danielbutton (Daniel Button)
2. Enhancement - Re-structured 'Misc' folder - thanks to @PLM1995 (Peter Mooney)

# Changes from release 2024/03 to 2024/04
1. AIRAC (2404) - Changed Fairoaks (EGTF) positon from FISO to A/G - thanks to @lucak1011 (Luca Kulaga)
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.
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": "Radar Maps (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