Skip to content

Commit

Permalink
country list updated
Browse files Browse the repository at this point in the history
  • Loading branch information
harshcrop committed Dec 27, 2023
1 parent f83e63a commit c98d992
Show file tree
Hide file tree
Showing 4 changed files with 4,427 additions and 4,419 deletions.
105 changes: 54 additions & 51 deletions assets/data/connections.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,62 @@ data.connections = {
Colombia: [
"New York",
"Ashbern",
"Ecuador",
"Cuba",
// "Ecuador",
// "Cuba",
// "Mexico",
"Peru",
"Venezuela, RB",
"Guyana",
// "Peru",
// "Venezuela, RB",
// "Guyana",
// "United States",
"Phoenix",
"Amsterdam",
"Lithunia",
],
"South Sudan": [
"Nigeria",
"Sudan",
"Kenya",
"Uganda",
"Zambia",
"Malawi",
"Ethiopia",
"Somalia",
"Madagascar",
"Yemen, Rep.",
],
India: [
"Pakistan",
"Kazakhstan",
"Maldives",
"Sri Lanka",
"Vietnam",
"Thailand",
],
Thailand: [
"Singapore",
"Indonesia",
"Nepal",
"Vietnam",
"Sri Lanka",
"Cambodia",
"Pakistan",
],
Panama: [
"Cuba",
// "Mexico",
"Ecuador",
"Colombia",
"Peru",
"Venezuela, RB",
// "United States",
],
Fiji: [
"Tuvalu",
"Nauru",
"Kiribati",
"Tonga",
"New Caledonia",
"New Zealand",
],
// "South Sudan": [
// "Nigeria",
// "Sudan",
// "Kenya",
// "Uganda",
// "Zambia",
// "Malawi",
// "Ethiopia",
// "Somalia",
// "Madagascar",
// "Yemen, Rep.",
// ],
// India: [
// "Pakistan",
// "Kazakhstan",
// "Maldives",
// "Sri Lanka",
// "Vietnam",
// "Thailand",
// ],
// Thailand: [
// "Singapore",
// "Indonesia",
// "Nepal",
// "Vietnam",
// "Sri Lanka",
// "Cambodia",
// "Pakistan",
// ],
// Panama: [
// "Cuba",
// // "Mexico",
// "Ecuador",
// "Colombia",
// "Peru",
// "Venezuela, RB",
// // "United States",
// ],
// Fiji: [
// "Tuvalu",
// "Nauru",
// "Kiribati",
// "Tonga",
// "New Caledonia",
// "New Zealand",
// ],
};
data.connections = getCountries(data.connections, data.countries);
Loading

0 comments on commit c98d992

Please sign in to comment.