world.json 2.56 KB
{
    "mapwidth":"1700",
    "mapheight":"700",
    "categories":[

    ],
    "levels":[
        {
            "id":"world",
            "title":"World",
            "map":"../assets/layouts/layout7/img/map.png",
            "locations":[
                {
                    "id": "gb",
                    "title": "United Kingdom",
                    "description": "England.",
                    "action": "tooltip",
                    "pin": "white",
                    "link": "https://en.wikipedia.org/wiki/United_Kingdom",
                    "x": "0.4941",
                    "y": "0.4285"
                },
                {
                    "id": "us",
                    "title": "USA",
                    "description": "United States of America",
                    "action": "tooltip",
                    "pin": "white",
                    "link": "https://en.wikipedia.org/wiki/United_States",
                    "x": "0.2338",
                    "y": "0.5232",
                    "zoom": "2"
                },
                {
                    "id": "cn",
                    "title": "China",
                    "description": "China",
                    "link": "https://en.wikipedia.org/wiki/China",
                    "action": "tooltip",
                    "pin": "white",
                    "x": "0.7782",
                    "y": "0.5319",
                    "zoom": "2"
                },
                {
                    "id": "br",
                    "title": "Brazil",
                    "description": "Brazil",
                    "link": "https://en.wikipedia.org/wiki/Brazil",
                    "action": "tooltip",
                    "pin": "white",
                    "x": "0.3632",
                    "y": "0.7413",
                    "zoom": "2"
                },
                {
                    "id": "ru",
                    "title": "Russia",
                    "description": "Russia",
                    "link": "https://en.wikipedia.org/wiki/Russia",
                    "action": "tooltip",
                    "pin": "white",
                    "x": "0.7681",
                    "y": "0.3352"
                },
                {
                    "id": "mg",
                    "title": "Madagascar",
                    "description": "Madagascar",
                    "link": "https://en.wikipedia.org/wiki/Madagascar",
                    "action": "tooltip",
                    "pin": "white",
                    "x": "0.6238",
                    "y": "0.7749"
                }
            ]
        }
    ]
}