Subversion Repositories Integrator Subversion

Rev

Blame | Last modification | View Log | Download | RSS feed

{
        "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"
                                }
                        ]
                }
        ]
}