Skip to content

Commit

Permalink
EDDF: DFGI AoR + P1 Closure
Browse files Browse the repository at this point in the history
Resolves #276
  • Loading branch information
sergej-singer committed Jan 21, 2025
1 parent 7e6df95 commit 632bdbb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mapdata/maps/GRP-PHOENIX-MAPS/100-EDDF/130-aor.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ FONTSIZE:=:13
TEXTALIGN:LC
{{ data.eddf_layout['layout']['AoR']['DFGS#2_'] | to_text('DFGS 121.655') }}

MAP:EDDF_ICE_GND
AIRPORT:EDDF
FOLDER:AoR
COLOR:aor-ice-a
STYLE:Dot
{{ data.eddf_layout['layout']['AoR']['DFGI'] | to_line('') }}
ZOOM:300
FONTSIZE:=:13
{{ data.eddf_layout['layout']['AoR']['DFGW_'] | to_text('DFGI 121.985:0:20') }}

MAP:EDDF_GND
AIRPORT:EDDF
FOLDER:AoR
Expand Down
7 changes: 7 additions & 0 deletions mapdata/maps/GRP-PHOENIX-MAPS/100-EDDF/150-deicing.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,10 @@ COLOR:restrictions-C
{{ data.eddf_layout['layout']['Restrictions']['Ref'] | to_text('.:-95:-39') }}
COLOR:restrictions-F
{{ data.eddf_layout['layout']['Restrictions']['Ref'] | to_text('.:-95:-24') }}

MAP:Closed TWY P1
AIRPORT:EDDF
FOLDER:Closures
STYLE:Solid:2
COORDTYPE:TWYCLOSED:REGION
{{ data.eddf_layout['layout']['Closures']['P1'] | to_poly('','closure') }}

0 comments on commit 632bdbb

Please sign in to comment.