Skip to content

Commit

Permalink
yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Uzel committed Jun 20, 2018
2 parents 03a4e15 + c66c524 commit f1e040c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ public enum Airport {

STN("London-Stanstead", "STN", 51.8838888889, 0.2377777778),
LTN("London-Luton", "LTN", 51.8769444444, -0.3705555556),
LHR("London-Heathrow", "LHR", 51.47138888, -0.45277777),
//LHR("London-Heathrow", "LHR", 51.47138888, -0.45277777),
LGW("London-Gatwick", "LGW", 51.1522222222, -0.1825),
LCY("London-City", "LCY", 51.5052777778, 0.0552777778),
//TODO: why doesnt it get the closest?
//LCY("London-City", "LCY", 51.5052777778, 0.0552777778),
DEFAULT("London-Heathrow", "LHR", 51.47138888, -0.45277777);

// TODO: use https://en.wikipedia.org/wiki/List_of_airports_by_IATA_code:_A-Z to find ALL airports.
Expand Down

0 comments on commit f1e040c

Please sign in to comment.