china.json
912 Bytes
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
{
"mapwidth":"860",
"mapheight":"700",
"categories":[],
"levels":[
{
"id":"china",
"title":"China",
"map":"maps/china.svg",
"minimap": "maps/china-mini.jpg",
"locations":[
{
"id": "XZ",
"title": "Tibet (西藏)",
"description": "<p>Within China, Tibet is identified as an Autonomous Region.</p>",
"pin": "hidden",
"fill": "#4d5e6d",
"x": "0.2265",
"y": "0.5905"
},
{
"id": "SD",
"title": "Shandong (山東)",
"description": "<p>Shandong has played a major role in Chinese history from the beginning of Chinese civilization.</p>",
"pin": "hidden",
"fill": "#4d5e6d",
"x": "0.7602",
"y": "0.4909"
},
{
"id": "guangzhou",
"title": "Guangzhou",
"description": "Guangzhou is the third largest Chinese city.",
"pin": "circular",
"x": "0.6989",
"y": "0.8536"
}
]
}
]
}