Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
{
2
        "mapwidth":"1000",
3
        "mapheight":"1000",
4
        "categories":[
5
 
6
        ],
7
        "levels":[
8
                {
9
                        "id":"france",
10
                        "title":"France",
11
                        "map":"maps/france.svg",
12
                        "minimap": "maps/france-mini.jpg",
13
                        "locations":[
14
                                {
15
                                        "id": "paris",
16
                                        "title": "Paris",
17
                                        "description": "<p>Donec et pretium justo</p>",
18
                                        "pin": "circular",
19
                                        "x": "0.5507",
20
                                        "y": "0.2631"
21
                                },
22
                                {
23
                                        "id": "fr-d32",
24
                                        "title": "Department 32",
25
                                        "description": "<p>Donec et pretium justo</p>",
26
                                        "pin": "hidden",
27
                                        "fill": "#4d5e6d",
28
                                        "x": "0.3940",
29
                                        "y": "0.8310"
30
                                },
31
                                {
32
                                        "id": "fr-d01",
33
                                        "title": "Department 1",
34
                                        "description": "<p>Donec et pretium justo.</p>",
35
                                        "pin": "hidden",
36
                                        "fill": "#4d5e6d",
37
                                        "x": "0.7750",
38
                                        "y": "0.5619"
39
                                }
40
                        ]
41
                }
42
        ]
43
}