Skip to content

Commit

Permalink
Bump cloudflare provider data
Browse files Browse the repository at this point in the history
Bumps the cloudflare provider data by:
- Removing the `CMN` airport code for Casablanca, Morocco
- Adding the `NNG` airport code for Nanning, China
- Adding the `NQZ` airport code for Astana, Kazakhstan

---
updated-data:
- provider: cloudflare
  changes:
    - removed: CMN
    - added: NNG, NQZ

Signed-off-by: Cody <[email protected]>
  • Loading branch information
adaptive committed Oct 1, 2024
1 parent eac945c commit 1817b50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/iata-filtered.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const iata = new Map([
["CLT", [35.22, -80.94]],
["CMB", [7.17, 79.89]],
["CMH", [40, -82.88]],
["CMN", [33.37, -7.59]],
["CNF", [-19.63, -43.96]],
["CNN", [56.9, 124.88]],
["CNX", [18.77, 98.97]],
Expand Down Expand Up @@ -275,6 +274,7 @@ const iata = new Map([
["NAP", [40.89, 14.29]],
["NBO", [-1.32, 36.93]],
["NJF", [31.99, 44.4]],
["NNG", [22.61, 108.17]],
["NOU", [-22.02, 166.22]],
["NQN", [-38.95, -68.15]],
["NQZ", [51.03, 71.46]],
Expand Down
7 changes: 4 additions & 3 deletions data/providers/cloudflare.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const cloudflare = {
"CLT", // Charlotte (US)
"CMB", // Colombo (Sri Lanka)
"CMH", // Columbus (US)
"CMN", // Casablanca (Morocco)
"CNF", // Belo Horizonte (Brazil)
"CNN", // Kannur (India)
"CNX", // Chiang Mai (Thailand)
Expand Down Expand Up @@ -220,8 +219,10 @@ const cloudflare = {
"NAG", // Nagpur (India)
"NBO", // Nairobi (Kenya)
"NJF", // Najaf (Iraq)
"NNG", // Nanning (China)
"NOU", // Noumea (New Caledonia)
"NQN", // Neuquen (Argentina)
"NQZ", // Astana (Kazakhstan)
"NRT", // Tokyo (Japan)
"NVT", // Navegantes (Brazil)
"OKA", // Okinawa (Japan)
Expand Down Expand Up @@ -334,8 +335,8 @@ const cloudflare = {
"ZAG", // Zagreb (Croatia)
"ZDM", // Zadar (Croatia)
"ZGN", // Zhongshan (China)
"ZRH", // Zurich (Switzerland)
],
"ZRH" // Zurich (Switzerland)
]
};

export default cloudflare;
Loading

0 comments on commit 1817b50

Please sign in to comment.