1
0
Fork 0
mirror of https://github.com/janickiy/yii2-nomer synced 2025-03-09 15:39:59 +00:00
yii2-nomer/web/metronic/global/plugins/mapplic/brazil.json
2020-02-05 06:34:26 +03:00

41 lines
No EOL
878 B
JSON

{
"mapwidth":"800",
"mapheight":"800",
"categories":[],
"levels":[
{
"id":"brazil",
"title":"Brazil",
"map":"maps/brazil.svg",
"minimap": "maps/brazil-mini.jpg",
"locations":[
{
"id": "br-ba",
"title": "Bahia",
"description": "<p>Bahia's capital is the city of Salvador.</p>",
"pin": "hidden",
"fill": "#4d5e6d",
"x": "0.8089",
"y": "0.4517"
},
{
"id": "br-rs",
"title": "Rio Grande do Sul",
"description": "<p>The capital and largest city is Porto Alegre.</p>",
"pin": "hidden",
"fill": "#4d5e6d",
"x": "0.5316",
"y": "0.8693"
},
{
"id": "sao-paulo",
"title": "São Paulo",
"description": "It is the major industrial and economic powerhouse of the Brazilian economy.",
"pin": "circular",
"x": "0.6883",
"y": "0.7236"
}
]
}
]
}