Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
{
2
        "mapwidth":"800",
3
        "mapheight":"800",
4
        "categories":[],
5
        "levels":[
6
                {
7
                        "id":"brazil",
8
                        "title":"Brazil",
9
                        "map":"maps/brazil.svg",
10
                        "minimap": "maps/brazil-mini.jpg",
11
                        "locations":[
12
                                {
13
                                        "id": "br-ba",
14
                                        "title": "Bahia",
15
                                        "description": "<p>Bahia's capital is the city of Salvador.</p>",
16
                                        "pin": "hidden",
17
                                        "fill": "#4d5e6d",
18
                                        "x": "0.8089",
19
                                        "y": "0.4517"
20
                                },
21
                                {
22
                                        "id": "br-rs",
23
                                        "title": "Rio Grande do Sul",
24
                                        "description": "<p>The capital and largest city is Porto Alegre.</p>",
25
                                        "pin": "hidden",
26
                                        "fill": "#4d5e6d",
27
                                        "x": "0.5316",
28
                                        "y": "0.8693"
29
                                },
30
                                {
31
                                        "id": "sao-paulo",
32
                                        "title": "São Paulo",
33
                                        "description": "It is the major industrial and economic powerhouse of the Brazilian economy.",
34
                                        "pin": "circular",
35
                                        "x": "0.6883",
36
                                        "y": "0.7236"
37
                                }
38
                        ]
39
                }
40
        ]
41
}