australia.json
898 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
42
43
44
45
46
47
48
{
"mapwidth":"600",
"mapheight":"540",
"categories":[],
"levels":[
{
"id":"australia",
"title":"Australia",
"map":"maps/australia.svg",
"locations":[
{
"id": "nsw",
"title": "New South Wales",
"description": "<p>New South Wales</p>",
"pin": "hidden",
"fill": "#4d5e6d",
"x": "0.7958",
"y": "0.6467"
},
{
"id": "nt",
"title": "Northern Territory.",
"description": "<p>Northern Territory</p>",
"pin": "hidden",
"fill": "#4d5e6d",
"x": "0.4877",
"y": "0.2952"
},
{
"id": "melbourne",
"title": "Melbourne",
"description": "Melbourne.",
"pin": "circular",
"x": "0.7645",
"y": "0.7738"
},
{
"id": "perth",
"title": "Perth",
"description": "Perth description.",
"pin": "circular",
"x": "0.1140",
"y": "0.6024"
}
]
}
]
}