From 732e4ae9e30fc0d34242113c9ec4e6eaa012c767 Mon Sep 17 00:00:00 2001 From: Markus Gallagher Date: Wed, 15 Jul 2020 00:19:54 +0200 Subject: [PATCH] added configuration and airspace restriction --- LSZH.txt | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/LSZH.txt b/LSZH.txt index 291eb31..6c8ece9 100644 --- a/LSZH.txt +++ b/LSZH.txt @@ -6,6 +6,10 @@ [airspace] elevation = 1416 +floor = 4000 +ceiling = 7500 +above = 19500 +transitionlevel = 9001 center = N47.464699, E8.54917 magneticvar = 0.315 beacons = @@ -107,4 +111,23 @@ runways = rwy1, 10, N47.4589, E8.53747, 96.0, 8202, 0, 0, 1391, 3, 94 rwy2, 14, N47.4831, E8.53473, 137.2, 10827, 490, 0, 1402, 3, 135 rwy3, 16, N47.4756, E8.53595, 155.0, 12139, 0, 1541, 1390, 3, 154 -## identifier, name, position, true_heading, , , , , , , , , , \ No newline at end of file +## identifier, name, position, true_heading, , , , , , , , , , + +############################################################## +[area1] +############################################################## +shape = circle ; circle or polygon +altitude = 4500 ; minimum allowed altitude in feet +radius = 10 ; radius of circle in NM +position = 0, 0 ; position of circle center +labelpos = 6, 0 ; + +############################################################## +[configurations] +############################################################## +config1 = + 0, rwy2, land + 0, rwy3, start + 8, rwy3, startland + 8, rwy2, startland + 9, rwy1, landstartrev \ No newline at end of file