Skip to content

Commit

Permalink
Merge pull request #310 from VATGER-Nav/2408-Release
Browse files Browse the repository at this point in the history
Update Maps 2408
  • Loading branch information
hannesaltmann authored Aug 8, 2024
2 parents 3a53d83 + a864897 commit cda9292
Show file tree
Hide file tree
Showing 8 changed files with 31,523 additions and 2,656 deletions.
16,738 changes: 15,746 additions & 992 deletions EDWW/Plugins/Ground Radar Plugin BRIGHT/GRpluginMaps.txt

Large diffs are not rendered by default.

16,738 changes: 15,746 additions & 992 deletions EDWW/Plugins/Ground Radar Plugin DARK/GRpluginMaps.txt

Large diffs are not rendered by default.

196 changes: 22 additions & 174 deletions EDWW/Plugins/TOPSKY EDWW/TopSkyMaps.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion EDWW/Plugins/TOPSKY PHX DAY/TopSkyMaps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32574,7 +32574,7 @@ COORDPOLY:100

MAP:LABELS
FOLDER:TOPOGRAPHY
LAYER:-3
LAYER:-2
COLOR:Highway
TEXT:N052.04.57.916:E013.43.48.385:A13
TEXT:N051.36.46.427:E013.51.47.252:A13
Expand Down
2 changes: 1 addition & 1 deletion EDWW/Plugins/TOPSKY PHX NIGHT/TopSkyMaps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32573,7 +32573,7 @@ COORDPOLY:100

MAP:LABELS
FOLDER:TOPOGRAPHY
LAYER:-3
LAYER:-2
COLOR:Highway
TEXT:N052.04.57.916:E013.43.48.385:A13
TEXT:N051.36.46.427:E013.51.47.252:A13
Expand Down
12 changes: 6 additions & 6 deletions mapbuilder/mapbuilder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@
[data.eddb]
type = "aixm"
#source = "aixm:dfs:0:EDDB AerodromeMapping"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDDB_AerodromeMapping_2024-06-13_2024-06-13_snapshot.zip"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDDB_AerodromeMapping_2024-08-08_2024-08-08_snapshot.zip"

[data.eddh]
type = "aixm"
#source = "aixm:dfs:0:EDDH AerodromeMapping"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDDH_AerodromeMapping_2024-06-13_2024-06-13_snapshot.zip"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDDH_AerodromeMapping_2024-08-08_2024-08-08_snapshot.zip"

[data.eddv]
type = "aixm"
#source = "aixm:dfs:0:EDDV AerodromeMapping"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDDV_AerodromeMapping_2024-06-13_2024-06-13_snapshot.zip"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDDV_AerodromeMapping_2024-08-08_2024-08-08_snapshot.zip"

[data.edhi]
type = "aixm"
#source = "aixm:dfs:0:EDHI AerodromeMapping"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDHI_AerodromeMapping_2024-06-13_2024-06-13_snapshot.zip"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDHI_AerodromeMapping_2024-08-08_2024-08-08_snapshot.zip"

[data.edhl]
type = "aixm"
#source = "aixm:dfs:0:EDHL AerodromeMapping"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDHL_AerodromeMapping_2024-06-13_2024-06-13_snapshot.zip"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDHL_AerodromeMapping_2024-08-08_2024-08-08_snapshot.zip"

[data.edve]
type = "aixm"
#source = "aixm:dfs:0:EDVE AerodromeMapping"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDVE_AerodromeMapping_2024-06-13_2024-06-13_snapshot.zip"
source = "https://aip.dfs.de/datasets/scripts/getItem.php?amdt=9999&content=aerodrome_mapping/EDVE_AerodromeMapping_2024-08-08_2024-08-08_snapshot.zip"

#[data.rivers]
#type = "kml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ COLOR:taxilane-blue
{{ data.eddh['GuidanceLineByDesig']['Z1BLUE_29'] | join_segments | simplify(default) | to_line('Z1-Blue') }}
{{ data.eddh['GuidanceLineByDesig']['Z1BLUE_30'] | join_segments | simplify(default) | to_line('Z1-Blue') }}
{{ data.eddh['GuidanceLineByDesig']['Z1BLUE_31'] | join_segments | simplify(default) | to_line('Z1-Blue') }}
{{ data.eddh['GuidanceLineByDesig']['Z1BLUE_32'] | join_segments | simplify(default) | to_line('Z1-Blue') }}
{{ data.eddh['GuidanceLineByDesig']['Z1BLUE_41'] | join_segments | simplify(default) | to_line('Z1-Blue') }}
{{ data.eddh['GuidanceLineByDesig']['Z1BLUE_51'] | join_segments | simplify(default) | to_line('Z1-Blue') }}
{{ data.eddh['GuidanceLineByDesig']['Z1BLUE_61'] | join_segments | simplify(default) | to_line('Z1-Blue') }}
Expand Down
Loading

0 comments on commit cda9292

Please sign in to comment.