-
Notifications
You must be signed in to change notification settings - Fork 3
/
met_countries.json
109 lines (100 loc) · 2.1 KB
/
met_countries.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"mapwidth":"1600",
"mapheight":"1000",
"categories":[
],
"levels":[
{
"id":"countries",
"title":"Countries",
"map":"http://revox.io/json/maps/pages-map.svg",
"minimap":"/img/maps/us-small.jpg",
"locations":[
{
"id":"au",
"title":"Australia",
"description":"<strong>AU</strong> Australia",
"action": "tooltip",
"pin": "marker green",
"x":"0.84330813",
"y":"0.744442"
},
{
"id":"ca",
"title":"Canada",
"description":"<strong>CA</strong> Canada",
"action": "tooltip",
"pin": "marker-alt red",
"x":"0.19892563",
"y":"0.278466"
},
{
"id":"ru",
"title":"Russia",
"description":"<strong>RU</strong> Russia",
"action": "tooltip",
"pin": "pulse blue",
"x":"0.77368313",
"y":"0.206653"
},
{
"id":"br",
"title":"Brazil",
"description":"<strong>BR</strong> Brazil",
"action": "tooltip",
"pin": "pulse-alt",
"x":"0.32112063",
"y":"0.677865"
},
{
"id":"us",
"title":"United States",
"description":"<strong>US</strong> United States",
"action": "tooltip",
"pin": "marker",
"x":"0.20611313",
"y":"0.39528375"
},
{
"id":"fr",
"title":"France",
"description":"<strong>FR</strong> France",
"action": "tooltip",
"pin": "marker-alt purple",
"x":"0.47772563",
"y":"0.379214"
},
{
"id":"jp",
"title":"Japan",
"description":"<strong>JP</strong> Japan",
"action": "tooltip",
"pin": "marker red",
"x":"0.85154688",
"y":"0.435778"
},
{
"id":"za",
"title":"South Africa",
"description":"<strong>ZA</strong> South Africa",
"action": "tooltip",
"pin": "marker red",
"x":"0.54246",
"y":"0.746012"
},
{
"id":"pt",
"title":"Portugal",
"description":"<strong>PT</strong> Portugal",
"action": "tooltip",
"pin": "marker red",
"x":"0.45162625",
"y":"0.424397"
}
]
}
],
"minimap":"true",
"sidebar":"true",
"zoomlimit":"4"
}