-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81bf75c
commit 6888d13
Showing
25 changed files
with
987 additions
and
393 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,15 @@ | ||
COLORDEF:background:0:0:0 | ||
COLORDEF:NTZ:255:165:0 | ||
COLORDEF:NTZ2:255:0:0 | ||
COLORDEF:Standard:131:131:131 | ||
COLORDEF:ECL:131:131:131 | ||
COLORDEF:River:0:0:255 | ||
COLORDEF:Distance:5:21:181 | ||
COLORDEF:Text:166:255:166 | ||
COLORDEF:Highway:100:60:0 | ||
COLORDEF:DFSStand:255:255:0 | ||
COLORDEF:red:255:0:0 | ||
COLORDEF:white:255:255:255 | ||
COLORDEF:yellow:255:255:0 | ||
COLORDEF:red:237:28:36 | ||
COLORDEF:yellow:255:222:23 | ||
COLORDEF:orange:255:165:0 | ||
COLORDEF:blue:0:143:193 | ||
|
||
COLORDEF:background:0:0:0 | ||
COLORDEF:standard:131:131:131 | ||
COLORDEF:ecl:131:131:131 | ||
COLORDEF:label:166:255:166 | ||
|
||
// color definitions ground layout/maps | ||
COLORDEF:stands:200:200:200 | ||
COLORDEF:closed:150:37:39 | ||
COLORDEF:maxCodeB:255:140:0 | ||
COLORDEF:maxCodeC:255:255:0 | ||
COLORDEF:maxCodeD:255:105:180 | ||
COLORDEF:maxCodeE:0:255:255 | ||
COLORDEF:maxCodeE_B748:0:175:255 | ||
COLORDEF:maxCodeF:0:255:0 | ||
COLORDEF:taxiways:255:105:180 | ||
COLORDEF:taxiway_background:83:83:83 | ||
COLORDEF:apron_background:38:36:45 | ||
COLORDEF:dfsorange:248:172:58 | ||
COLORDEF:topo_water:33:64:154 | ||
COLORDEF:topo_road:139:94:60 | ||
COLORDEF:topo_border:30:30:30 | ||
COLORDEF:topo_city:15:15:15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
MAP:NTZ 25L/R | ||
FOLDER:EDDF | ||
COLOR:NTZ | ||
COLOR:orange | ||
ASRDATA:PHOENIX | ||
STYLE:Solid:2 | ||
{{ data.topsky['common']['EDDF']['NTZ']['25R-25L'] | to_line('') }} | ||
|
||
MAP:NTZ 25C/R | ||
FOLDER:EDDF | ||
COLOR:NTZ2 | ||
COLOR:red | ||
ASRDATA:PHOENIX | ||
STYLE:Solid:2 | ||
{{ data.topsky['common']['EDDF']['NTZ']['25R-25C'] | to_line('') }} | ||
|
||
MAP:NTZ 07R/L | ||
FOLDER:EDDF | ||
COLOR:NTZ | ||
COLOR:orange | ||
ASRDATA:PHOENIX | ||
STYLE:Solid:2 | ||
{{ data.topsky['common']['EDDF']['NTZ']['07L-07R'] | to_line('') }} | ||
|
||
MAP:NTZ 07C/L | ||
FOLDER:EDDF | ||
COLOR:NTZ2 | ||
COLOR:red | ||
ASRDATA:PHOENIX | ||
STYLE:Solid:2 | ||
{{ data.topsky['common']['EDDF']['NTZ']['07L-07C'] | to_line('') }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.