france.json
792 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
{
"mapwidth":"1000",
"mapheight":"1000",
"categories":[
],
"levels":[
{
"id":"france",
"title":"France",
"map":"maps/france.svg",
"minimap": "maps/france-mini.jpg",
"locations":[
{
"id": "paris",
"title": "Paris",
"description": "<p>Donec et pretium justo</p>",
"pin": "circular",
"x": "0.5507",
"y": "0.2631"
},
{
"id": "fr-d32",
"title": "Department 32",
"description": "<p>Donec et pretium justo</p>",
"pin": "hidden",
"fill": "#4d5e6d",
"x": "0.3940",
"y": "0.8310"
},
{
"id": "fr-d01",
"title": "Department 1",
"description": "<p>Donec et pretium justo.</p>",
"pin": "hidden",
"fill": "#4d5e6d",
"x": "0.7750",
"y": "0.5619"
}
]
}
]
}