Skip to content

Commit

Permalink
Fixes #5273 - Re-structure/split 'Misc' folder (#5274)
Browse files Browse the repository at this point in the history
* Area Positions

* Airspace 'STARs'

* Misc Regions

* Misc Geo

* Remainder -> 'Misc Other'

* Update CHANGELOG.md

* Rename "Airspace 'STARs'" to "Radar Maps (Stars)"

* Update CHANGELOG.md
  • Loading branch information
PLM1995 committed May 5, 2024
1 parent a93b2da commit 50c6274
Show file tree
Hide file tree
Showing 67 changed files with 12 additions and 15 deletions.
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.
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

0 comments on commit 50c6274

Please sign in to comment.