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/france.json
2020-02-05 06:34:26 +03:00

43 lines
No EOL
792 B
JSON

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