diff --git a/data/map.txt b/data/map.txt index 6d2bd8380..e77e477f6 100644 --- a/data/map.txt +++ b/data/map.txt @@ -462,6 +462,7 @@ GCore - Baku GCore - Bangkok GCore - Bishkek GCore - Bogotá +GCore - Boston GCore - Bucharest GCore - Budapest GCore - Buenos Aires @@ -473,6 +474,7 @@ GCore - Denver GCore - Dhaka GCore - Doha GCore - Dubai +GCore - Dublin GCore - Duschanbe GCore - Erbil GCore - Fortaleza @@ -528,8 +530,10 @@ GCore - Ramallah GCore - Riga GCore - Rio de Janeiro GCore - San Jose +GCore - San José GCore - Sana’a GCore - Santiago de Chile +GCore - San Salvador GCore - Seattle GCore - Seoul GCore - Singapore @@ -540,6 +544,7 @@ GCore - São Paulo GCore - Tashkent GCore - Tbilisi GCore - Tel Aviv +GCore - Thimphu GCore - Tokyo GCore - Toronto GCore - Tripoli diff --git a/src/assets/js/map/map.json b/src/assets/js/map/map.json index 931e6c1a8..38cb20b87 100644 --- a/src/assets/js/map/map.json +++ b/src/assets/js/map/map.json @@ -2319,6 +2319,11 @@ "latitude": 4.710988599999999, "longitude": -73.072092 }, + { + "title": "GCore - Boston", + "latitude": 42.360081, + "longitude": -71.058884 + }, { "title": "GCore - Bucharest", "latitude": 44.6767674, @@ -2374,6 +2379,11 @@ "latitude": 25.2048493, "longitude": 56.2707828 }, + { + "title": "GCore - Dublin", + "latitude": 53.349805, + "longitude": -6.26031 + }, { "title": "GCore - Duschanbe", "latitude": 38.5597722, @@ -2649,6 +2659,11 @@ "latitude": 37.58874, "longitude": -120.8852525 }, + { + "title": "GCore - San José", + "latitude": 9.928069, + "longitude": -84.090725 + }, { "title": "GCore - Sana’a", "latitude": 15.3694451, @@ -2659,6 +2674,11 @@ "latitude": -33.1988897, "longitude": -70.6692655 }, + { + "title": "GCore - San Salvador", + "latitude": 13.692940, + "longitude": -89.218191 + }, { "title": "GCore - Seattle", "latitude": 47.8562095, @@ -2709,6 +2729,11 @@ "latitude": 32.3352999, "longitude": 34.78176759999999 }, + { + "title": "GCore - Thimphu", + "latitude": 27.471124, + "longitude": 89.639662 + }, { "title": "GCore - Tokyo", "latitude": 35.9261919,