Skip to content

Commit

Permalink
Merge pull request #577 from adaptive/atlanticnet
Browse files Browse the repository at this point in the history
feat: add Singapore (SIN) location to atlanticnet provider
  • Loading branch information
adaptive authored Oct 4, 2024
2 parents 0b3f63d + ce94ba0 commit 212cc1b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 31 deletions.
2 changes: 1 addition & 1 deletion data/iata-filtered.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ const iata = new Map([
["ZHY", [37.57, 105.15]],
["ZPM", [49.01, 12.1]],
["ZQZ", [40.74, 114.93]],
["ZRH", [47.45, 8.56]],
["ZRH", [47.45, 8.56]]
]);

export default iata;
1 change: 1 addition & 0 deletions data/providers/atlanticnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const atlanticnet = {
"LHR", // London (UK)
"MCO", // Orlando (US)
"SFO", // San Francisco (US)
"SIN", // Singapore (Singapore)
"YYZ" // Toronto (Canada)
]
};
Expand Down
Loading

0 comments on commit 212cc1b

Please sign in to comment.