continents.json
1.23 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
{
"mapwidth":"400",
"mapheight":"220",
"categories":[],
"levels":[
{
"id":"world",
"title":"World",
"map":"maps/world-continents.svg",
"locations":[
{
"id": "northamerica",
"title": "North America",
"description": "North America",
"pin": "hidden",
"fill": "#82c03e",
"x": "0.2184",
"y": "0.2539"
},
{
"id": "europe",
"title": "Europe",
"description": "Europe.",
"fill": "#795ecd",
"pin": "hidden",
"x": "0.5516",
"y": "0.2517"
},
{
"id": "africa",
"title": "Africa",
"description": "Africa",
"pin": "hidden",
"fill": "#f19819",
"x": "0.5439",
"y": "0.6268"
},
{
"id": "asia",
"title": "Asia",
"description": "Asia",
"pin": "hidden",
"fill": "#f23543",
"x": "0.7643",
"y": "0.3136"
},
{
"id": "australia",
"title": "Australia",
"description": "Australia",
"pin": "hidden",
"fill": "#fdca2a",
"x": "0.9034",
"y": "0.7443"
},
{
"id": "southamerica",
"title": "South America",
"description": "South America",
"pin": "hidden",
"fill": "#29afa1",
"x": "0.2910",
"y": "0.7673"
}
]
}
]
}