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 all 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
3 changes: 2 additions & 1 deletion .github/CHANGELOG.md
Expand Up @@ -5,7 +5,8 @@
4. AIRAC (2404) - Changed Mona (EGOQ) Tower frequency - thanks to @kristiankunc (Kristián Kunc)
5. AIRAC (2404) - Changed Valley (EGOV) frequencies - thanks to @kristiankunc (Kristián Kunc)
6. AIRAC (2404) - Updated Leuchars (EGQL) frequencies - thanks to @lucak1011 (Luca Kulaga)
7. AIRAC(2405) - Changed Prestwick (EGPK) Runway designator 03/21 to 02/20 - thanks to @lucak1011 (Luca Kulaga)
7. AIRAC (2405) - Changed Prestwick (EGPK) Runway designator 03/21 to 02/20 - thanks to @lucak1011 (Luca Kulaga)
8. 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