Skip to content

Commit

Permalink
Added Status Sectors EDWW, Adjusted EDWW BER EBG and EDWW Nord EBG
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesaltmann authored Dec 24, 2023
1 parent 3910107 commit 1408de7
Showing 1 changed file with 29 additions and 40 deletions.
69 changes: 29 additions & 40 deletions atciss-frontend/src/app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export const FIR_SETTINGS: { [name: string]: FIR } = {
neighbourPrefixes: ["ED", "ET", "EH", "EK", "EP", "ES"],
neighbourFirs: ["EDGG", "EDMM", "EHAA", "EKDK", "ESMM", "EPWW"],
pages: {
"ATIS NORD-A": {
"ATIS NORD": {
staffingSectors: [
"ed/EIDE",
"ed/EIDW",
Expand All @@ -358,9 +358,13 @@ export const FIR_SETTINGS: { [name: string]: FIR } = {
"ed/JEV",
"ed/HOL",
],
statusSectors: [],
majorAerodromes: ["EDDH"],
aerodromes: ["EDHI", "EDHL", "EDDW", "EDDV", "ETMN", "ETNH", "ETNS"],
statusSectors: [
["ed/HAME", "ed/HAMW", "ed/HEI", "ed/ALR", "ed/EIDW", "ed/EIDE"],
["ed/FRI", "ed/EMS", "ed/HRZ", "ed/HAN", "ed/MAR", "ed/MRZ"],
["ed/JEV", "ed/HOL", "ed/MNS", "ed/CEL", "ed/OSE", "ed/HVL"],
],
majorAerodromes: ["EDDH", "EDDW"],
aerodromes: ["EDHI", "EDHL", "EDXW", "EDDV", "ETMN", "ETNH", "ETNS", "ETNT"],
relevantAerodromes: [],
areas: {
"ED-R10 Todendorf-Putlos": [
Expand All @@ -376,38 +380,6 @@ export const FIR_SETTINGS: { [name: string]: FIR } = {
"ED-R31 Bergen": ["ED-R31"],
"ED-R32 Munster": ["ED-R32A", "ED-R32B"],
"ED-R33 Unterluess": ["ED-R33A", "ED-R33B"],
},
},
"ATIS NORD-B": {
staffingSectors: [
"ed/ALR",
"ed/HEI",
"ed/HAME",
"ed/HAMW",
"ed/EMS",
"ed/HAN",
"ed/JEV",
"ed/HOL",
"ed/CEL",
"ed/MNS",
"ed/OSE",
"ed/HVL",
],
statusSectors: [],
majorAerodromes: ["EDDW", "EDDH"],
aerodromes: ["EDXW", "EDDV", "ETNT", "ETMN", "ETNH", "ETNS"],
relevantAerodromes: [],
areas: {
"ED-R10 Todendorf-Putlos": [
"ED-R10A",
"ED-R10B",
"ED-R10C",
"ED-R10D",
"ED-R10E",
],
"ED-R11 Ostsee": ["ED-R11A", "ED-R11B"],
"ED-R12 Schoenhagen": ["ED-R12A", "ED-R12B"],
"ED-R12 Meldorfer Bucht": ["ED-R13A", "ED-R13B"],
"ED-R34 Meppen": ["ED-R34A", "ED-R34B"],
},
},
Expand All @@ -426,7 +398,12 @@ export const FIR_SETTINGS: { [name: string]: FIR } = {
"ed/HRZ",
"ed/HAN",
],
statusSectors: [],
statusSectors: [
["ed/BOR", "ed/FLG", "ed/MAR", "ed/MRZ", "ed/HVL", "ed/OSE"],
["ed/DBAN", "ed/DBAS", "ed/DBDN", "ed/DBDS", "ed/HEI", "ed/HRZ"],
["ed/GER", "ed/HAL", "ed/MEI", "ed/SPE", "ed/SAL", "ed/TRN"],
["ed/SAS", "ed/HAME", "ed/HAN", "ed/HOL", "ed/SOL", "ed/CEL"],
],
majorAerodromes: ["EDDB"],
aerodromes: ["EDAH", "ETNL", "ETSH", "EDDV", "EDDC"],
relevantAerodromes: [],
Expand All @@ -449,9 +426,13 @@ export const FIR_SETTINGS: { [name: string]: FIR } = {
"ed/TRN",
"ed/SAS",
],
statusSectors: [],
statusSectors: [
["ed/BOR", "ed/FLG", "ed/MAR", "ed/MRZ"],
["ed/DBAN", "ed/DBAS", "ed/DBDN", "ed/DBDS"],
["ed/SAS", "ed/TRN", "ed/MEI", "ed/SPE", "ed/SAL", "ed/TRN"],
],
majorAerodromes: ["EDDB"],
aerodromes: ["ETSH"],
aerodromes: ["ETSH", "EDDC"],
relevantAerodromes: [],
areas: {
"ED-R54 Lehnin": ["ED-R70"],
Expand All @@ -476,8 +457,16 @@ export const FIR_SETTINGS: { [name: string]: FIR } = {
"ed/PADL",
"ed/HAME",
"ed/TRN",
"ed/SAL",
"ed/RHR",
],
statusSectors: [
["ed/EMS", "ed/HRZ", "ed/DST", "ed/HAN"],
["ed/HAME", "ed/FRI", "ed/HEI", "ed/ALR", "ed/MAR", "ed/BOR"],
["ed/SOL", "ed/CEL", "ed/MNS", "ed/JEV", "ed/HOL", "ed/RHR"],
["ed/HAL", "ed/TRN", "ed/SAL", "ed/FFM", "ed/FUL", "ed/HVL"],
["ed/PADL", "ed/PADH", "ed/HMM", "ed/GIN", "ed/GED", "ed/HEF"],
],
statusSectors: [],
majorAerodromes: ["EDDV"],
aerodromes: ["EDVE", "EDVK", "EDDW", "EDDB", "EDDP", "EDLP", "EDDG"],
relevantAerodromes: [],
Expand Down

0 comments on commit 1408de7

Please sign in to comment.