-
Notifications
You must be signed in to change notification settings - Fork 10
/
cities_corsica.json
52 lines (52 loc) · 1022 Bytes
/
cities_corsica.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"citiesList": [
{
"gameName": "ajaccio",
"realName": "Ajaccio",
"country": "france",
"x": "-10031.5",
"y": "80",
"z": "48620.9"
},
{
"gameName": "bastia",
"realName": "Bastia",
"country": "france",
"x": "-7139.55",
"y": "56.7461",
"z": "44186.3"
},
{
"gameName": "bonifacio",
"realName": "Bonifacio",
"country": "france",
"x": "-8469.77",
"y": "79.4453",
"z": "52254.9"
},
{
"gameName": "calvi",
"realName": "Calvi",
"country": "france",
"x": "-10035.8",
"y": "103.492",
"z": "46017.5"
},
{
"gameName": "lile_rousse",
"realName": "L'Île-Rousse",
"country": "france",
"x": "-8914.71",
"y": "56.7461",
"z": "44676.3"
},
{
"gameName": "porto_vecchi",
"realName": "Porto-Vecchio",
"country": "france",
"x": "-7626.54",
"y": "83.3945",
"z": "51010.2"
}
]
}