world.json
2.56 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"mapwidth":"1700",
"mapheight":"700",
"categories":[
],
"levels":[
{
"id":"world",
"title":"World",
"map":"../assets/layouts/layout7/img/map.png",
"locations":[
{
"id": "gb",
"title": "United Kingdom",
"description": "England.",
"action": "tooltip",
"pin": "white",
"link": "https://en.wikipedia.org/wiki/United_Kingdom",
"x": "0.4941",
"y": "0.4285"
},
{
"id": "us",
"title": "USA",
"description": "United States of America",
"action": "tooltip",
"pin": "white",
"link": "https://en.wikipedia.org/wiki/United_States",
"x": "0.2338",
"y": "0.5232",
"zoom": "2"
},
{
"id": "cn",
"title": "China",
"description": "China",
"link": "https://en.wikipedia.org/wiki/China",
"action": "tooltip",
"pin": "white",
"x": "0.7782",
"y": "0.5319",
"zoom": "2"
},
{
"id": "br",
"title": "Brazil",
"description": "Brazil",
"link": "https://en.wikipedia.org/wiki/Brazil",
"action": "tooltip",
"pin": "white",
"x": "0.3632",
"y": "0.7413",
"zoom": "2"
},
{
"id": "ru",
"title": "Russia",
"description": "Russia",
"link": "https://en.wikipedia.org/wiki/Russia",
"action": "tooltip",
"pin": "white",
"x": "0.7681",
"y": "0.3352"
},
{
"id": "mg",
"title": "Madagascar",
"description": "Madagascar",
"link": "https://en.wikipedia.org/wiki/Madagascar",
"action": "tooltip",
"pin": "white",
"x": "0.6238",
"y": "0.7749"
}
]
}
]
}