Skip to content

Commit

Permalink
Merge pull request #375 from VATGER-Nav/New-ETNL-GND-Layout
Browse files Browse the repository at this point in the history
Add new ETNL GND Layout
  • Loading branch information
hannesaltmann authored Sep 28, 2024
2 parents c084b56 + b528620 commit 02b7ea9
Show file tree
Hide file tree
Showing 26 changed files with 16,456 additions and 9,631 deletions.
8,319 changes: 5,137 additions & 3,182 deletions EDWW/Plugins/Ground Radar Plugin BRIGHT/GRpluginMaps.txt

Large diffs are not rendered by default.

8,319 changes: 5,137 additions & 3,182 deletions EDWW/Plugins/Ground Radar Plugin DARK/GRpluginMaps.txt

Large diffs are not rendered by default.

5,946 changes: 5,946 additions & 0 deletions mapdata/kml/ETNL.kml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions mapdata/mapbuilder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ type = "kml"
source = "kml/ETNH.kml"
root = "ETNH"

[data.etnl_kml]
type = "kml"
source = "kml/ETNL.kml"
root = "ETNL"

[data.etnt_kml]
type = "kml"
source = "kml/ETNT.kml"
Expand Down
10 changes: 10 additions & 0 deletions mapdata/maps/grplugin-phoenix/5600-ETNL/5601-ETNL-base.jinja
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
MAP:Base
AIRPORT:ETNL
FOLDER:Airport Layout
ACTIVE:1

COLOR:base
COORD:N053.59.00.000:E012.04.10.000
COORD:N053.56.30.000:E012.31.00.000
COORD:N053.50.45.000:E012.29.20.000
COORD:N053.53.00.000:E012.02.40.000
62 changes: 0 additions & 62 deletions mapdata/maps/grplugin-phoenix/5600-ETNL/5601-ETNL-base.txt

This file was deleted.

238 changes: 0 additions & 238 deletions mapdata/maps/grplugin-phoenix/5600-ETNL/5602-ETNL-aprons.jinja

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MAP:Taxiway Movement Areas
AIRPORT:ETNL
FOLDER:Airport Layout
ACTIVE:1

{% for name, geom in data.etnl_kml['Taxiways'].items() %}
{{- geom | to_poly(name, 'taxiway') }}
{% endfor %}

13 changes: 13 additions & 0 deletions mapdata/maps/grplugin-phoenix/5600-ETNL/5603-ETNL-aprons.jinja
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
MAP:Apron Movement Areas
AIRPORT:ETNL
FOLDER:Airport Layout
ACTIVE:1

{% for name, geom in data.etnl_kml['Aprons'].items() %}
{{- geom | to_poly(name, 'apron') }}
{% endfor %}


{% for name, geom in data.etnl_kml['ApronCutouts'].items() %}
{{- geom | to_poly(name, 'base') }}
{% endfor %}
Loading

0 comments on commit 02b7ea9

Please sign in to comment.