Skip to content

Commit ea56603

Browse files
committed
Updated airports.json to reflect LOWG runway designator changes
Fixed typo in routing.json
1 parent c12e261 commit ea56603

File tree

2 files changed

+56
-37
lines changed

2 files changed

+56
-37
lines changed

airports.json

Lines changed: 44 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,14 @@
268268
"LOWI": {
269269
"elevation": 1907,
270270
"sids": {
271+
"ADILO": {
272+
"cfl": 16000,
273+
"rwys": {
274+
"08": {
275+
"dep": "ADILO2J"
276+
}
277+
}
278+
},
271279
"BRENO": {
272280
"cfl": 12000,
273281
"rwys": {
@@ -514,99 +522,99 @@
514522
"ABIRI": {
515523
"cfl": 16000,
516524
"rwys": {
517-
"17C": {
518-
"dep": "ABIRI3G"
525+
"16C": {
526+
"dep": "ABIRI4G"
519527
},
520-
"35C": {
521-
"dep": "ABIRI4U"
528+
"34C": {
529+
"dep": "ABIRI5U"
522530
}
523531
}
524532
},
525533
"GBG": {
526534
"cfl": 16000,
527535
"rwys": {
528-
"17C": {
529-
"dep": "GBG6X"
536+
"16C": {
537+
"dep": "GBG7X"
530538
},
531-
"35C": {
532-
"dep": "GBG4Y"
539+
"34C": {
540+
"dep": "GBG5Y"
533541
}
534542
}
535543
},
536544
"GOLVA": {
537545
"cfl": 12000,
538546
"rwys": {
539-
"17C": {
540-
"dep": "GOLVA4G"
547+
"16C": {
548+
"dep": "GOLVA5G"
541549
},
542-
"35C": {
543-
"dep": "GOLVA3U"
550+
"34C": {
551+
"dep": "GOLVA4U"
544552
}
545553
}
546554
},
547555
"GOTAR": {
548556
"cfl": 12000,
549557
"rwys": {
550-
"17C": {
551-
"dep": "GOTAR4G"
558+
"16C": {
559+
"dep": "GOTAR5G"
552560
},
553-
"35C": {
554-
"dep": "GOTAR4U"
561+
"34C": {
562+
"dep": "GOTAR5U"
555563
}
556564
}
557565
},
558566
"GRZ": {
559567
"cfl": 16000,
560568
"rwys": {
561-
"17C": {
562-
"dep": "GRZ2W"
569+
"16C": {
570+
"dep": "GRZ3W"
563571
},
564-
"35C": {
565-
"dep": "GRZ3Y"
572+
"34C": {
573+
"dep": "GRZ4Y"
566574
}
567575
}
568576
},
569577
"MILGO": {
570578
"cfl": 16000,
571579
"rwys": {
572-
"17C": {
573-
"dep": "MILGO5G"
580+
"16C": {
581+
"dep": "MILGO6G"
574582
},
575-
"35C": {
576-
"dep": "MILGO4U"
583+
"34C": {
584+
"dep": "MILGO5U"
577585
}
578586
}
579587
},
580588
"MUREG": {
581589
"cfl": 16000,
582590
"rwys": {
583-
"17C": {
584-
"dep": "MUREG4G"
591+
"16C": {
592+
"dep": "MUREG5G"
585593
},
586-
"35C": {
587-
"dep": "MUREG3U"
594+
"34C": {
595+
"dep": "MUREG4U"
588596
}
589597
}
590598
},
591599
"RADLY": {
592600
"cfl": 16000,
593601
"rwys": {
594-
"17C": {
595-
"dep": "RADLY3G"
602+
"16C": {
603+
"dep": "RADLY5G"
596604
},
597-
"35C": {
598-
"dep": "RADLY5U"
605+
"34C": {
606+
"dep": "RADLY6U"
599607
}
600608
}
601609
},
602610
"ROPAG": {
603611
"cfl": 16000,
604612
"rwys": {
605-
"17C": {
606-
"dep": "ROPAG3G"
613+
"16C": {
614+
"dep": "ROPAG4G"
607615
},
608-
"35C": {
609-
"dep": "ROPAG3U"
616+
"34C": {
617+
"dep": "ROPAG4U"
610618
}
611619
}
612620
}

routing.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,17 @@
471471
}
472472
]
473473
},
474+
{
475+
"name": "ADILO",
476+
"routes": [
477+
{
478+
"icao": "",
479+
"maxlvl": 660,
480+
"minlvl": 165,
481+
"waypoints": []
482+
}
483+
]
484+
},
474485
{
475486
"name": "KPT",
476487
"routes": [
@@ -932,7 +943,7 @@
932943
]
933944
},
934945
{
935-
"name": "TITG",
946+
"name": "TITIG",
936947
"routes": [
937948
{
938949
"icao": "EDDM",

0 commit comments

Comments
 (0)