Skip to content

Commit

Permalink
new country connections change
Browse files Browse the repository at this point in the history
  • Loading branch information
harshcrop committed Dec 28, 2023
1 parent 64dc3bc commit 5440b9b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
21 changes: 11 additions & 10 deletions assets/data/connections.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ data.connections = {
"New York",
"Ashbern",
"Phoenix",
"Amsterdam",
"Lithunia",

// "Ecuador",
// "Cuba",
// "Mexico",
Expand All @@ -25,14 +24,16 @@ data.connections = {
// "Madagascar",
// "Yemen, Rep.",
// ],
// India: [
// "Pakistan",
// "Kazakhstan",
// "Maldives",
// "Sri Lanka",
// "Vietnam",
// "Thailand",
// ],
India: [
"Amsterdam",
"Lithunia",
// "Pakistan",
// "Kazakhstan",
// "Maldives",
// "Sri Lanka",
// "Vietnam",
// "Thailand",
],
// Thailand: [
// "Singapore",
// "Indonesia",
Expand Down
2 changes: 1 addition & 1 deletion assets/data/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data.countries = [
{ name: "Amsterdam", latitude: "52.356210", longitude: "4.866876" },
{ name: "Lithunia", latitude: "55.291551", longitude: "23.902315" },
// { name: "Pakistan", latitude: "30.5167", longitude: "72.8" },
// { name: "India", latitude: "28.6353", longitude: "77.225" },
{ name: "India", latitude: "28.6353", longitude: "77.225" },
// { name: "Nepal", latitude: "27.6939", longitude: "85.3157" },
// { name: "Kazakhstan", latitude: "51.1879", longitude: "71.4382" },
// { name: "Maldives", latitude: "4.1742", longitude: "73.5109" },
Expand Down
21 changes: 11 additions & 10 deletions assets/data/processing.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ const connections = {
"New York",
"Ashbern",
"Phoenix",
"Amsterdam",
"Lithunia",

// "Ecuador",
// "Cuba",
// "Mexico",
Expand All @@ -118,14 +117,16 @@ const connections = {
// "Madagascar",
// "Yemen, Rep.",
// ],
// India: [
// "Pakistan",
// "Kazakhstan",
// "Maldives",
// "Sri Lanka",
// "Vietnam",
// "Thailand",
// ],
India: [
// "Pakistan",
// "Kazakhstan",
// "Maldives",
// "Sri Lanka",
// "Vietnam",
// "Thailand",
"Amsterdam",
"Lithunia",
],
// Thailand: [
// "Singapore",
// "Indonesia",
Expand Down

0 comments on commit 5440b9b

Please sign in to comment.