Skip to content

Commit 0eb6f79

Browse files
committed
Added basic level restriction for flight from LOWW TO LKPR
1 parent ec3e822 commit 0eb6f79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

routing.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,12 @@
266266
{
267267
"name": "LANUX",
268268
"routes": [
269+
{
270+
"icao": "LKPR",
271+
"maxlvl": 185,
272+
"minlvl": 95,
273+
"waypoints": []
274+
},
269275
{
270276
"icao": "",
271277
"maxlvl": 660,

0 commit comments

Comments
 (0)