Skip to content

Commit

Permalink
updated routes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Sep 14, 2024
1 parent 3ea0893 commit 3671b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions Assets/Data/v1/loa.csv
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
Departure_Regex,Arrival_Regex,Route,RNAV Required,Notes
KMIA|KOPF|KTMB|X51|KHST,KTPA|KPIE|KMCF,BNGOS# COREA BLFRG#,TRUE,AoB FL240
KMIA|KOPF|KTMB|X51|KHST,KTPA|KPIE|KMCF,MIA# BNGOS LBV BRDGE#,FALSE,AoB FL240
KMIA|KOPF|KTMB|X51|KHST,KSRQ,BNGOS# COREA LBV ROGAN DCT,TRUE,AoB FL240
KMIA|KOPF|KTMB|X51|KHST,KSRQ,MIA# BNGOS LBV ROGAN DCT,FALSE,AoB FL240
KMIA|KOPF|KTMB|X51|KHST,KMCO,FLMGO# WAPOM RIDES#,TRUE,AoB FL230
KMIA|KOPF|KTMB|X51|KHST,KMCO,MIA# DORRL CLEFF T208 VALKA MLB DCT,FALSE,AoB FL230
KMIA|KOPF|KTMB|X51|KHST,KDAB,LIFFR# WIXED VALKA T208 SMYRA DCT,TRUE,AoB FL290
KMIA|KOPF|KTMB|X51|KHST,KDAB,MIA# DORRL CLEFF T208 SMYRA DCT,FALSE,AoB FL290
KMIA|KOPF|KTMB|X51|KHST,PBI,..ATONE PBI DCT,FALSE,"AoB 10,000"
KMIA|KOPF|KTMB|X51|KHST,KVRB|KFPR,..ATONE SMUGS DCT,FALSE,"AoB 10,000"
KMIA|KOPF|KTMB|X51|KHST,KRSW,BNGOS# MERKS RSW DCT,TRUE,"AoB 14,000"
KMIA|KOPF|KTMB|X51|KHST,KRSW,MIA# BNGOS RSW DCT,FALSE,"AoB 14,000"
KMIA|KOPF|KTMB|X51|KHST,KEYW,,,
KMIA|KOPF|KTMB|X51|KHST,KEYW,,,
KMIA,KTPA,..BNGOS..COREA BLFRG,TRUE,AoB FL240
2 changes: 1 addition & 1 deletion Features/Routes/UI/Pages/Routes.razor
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
_showFlightAwareLoading = true;
try
{
_displayedFlightAwareRoutes = await FlightAware.FetchRoutesAsync(departureIcao, arrivalIcao);
// _displayedFlightAwareRoutes = await FlightAware.FetchRoutesAsync(departureIcao, arrivalIcao);
_isFlightAwareError = false;
}
catch (Exception)
Expand Down

0 comments on commit 3671b41

Please sign in to comment.