Africa

Download (70 KB)

To render the map use the following code:

$('#map').vectorMap({map: 'africa_mill'});

Download (71 KB)

To render the map use the following code:

$('#map').vectorMap({map: 'africa_merc'});

Codes

1 BF Burkina Faso
2 DJ Djibouti
3 BI Burundi
4 BJ Benin
5 ZA South Africa
6 BW Botswana
7 DZ Algeria
8 ET Ethiopia
9 RW Rwanda
10 TZ Tanzania
11 GQ Eq. Guinea
12 NA Namibia
13 NE Niger
14 NG Nigeria
15 TN Tunisia
16 LR Liberia
17 LS Lesotho
18 ZW Zimbabwe
19 TG Togo
20 TD Chad
21 ER Eritrea
22 LY Libya
23 GW Guinea-Bissau
24 ZM Zambia
25 CI Côte d'Ivoire
26 EH W. Sahara
27 CM Cameroon
28 EG Egypt
29 SL Sierra Leone
30 CG Congo
31 CF Central African Rep.
32 AO Angola
33 CD Dem. Rep. Congo
34 GA Gabon
35 GN Guinea
36 GM Gambia
37 XS Somaliland
38 CV Cape Verde
39 GH Ghana
40 SZ Swaziland
41 MG Madagascar
42 MA Morocco
43 KE Kenya
44 SS S. Sudan
45 ML Mali
46 KM Comoros
47 ST São Tomé and Principe
48 MW Malawi
49 SO Somalia
50 SN Senegal
51 MR Mauritania
52 UG Uganda
53 SD Sudan
54 MZ Mozambique

Processor config

[{
  "name": "read_data",
  "file_name": "ne_50m_admin_0_countries_lakes/ne_50m_admin_0_countries_lakes.shp",
  "filter": "continent = \"Africa\""
},{
  "name": "join_data",
  "data": [
    ["KOS", "XK"],
    ["SOL", "XS"],
    ["CYN", "XC"]
  ],
  "fields": [{
    "name": "sov_a3",
    "type": 4,
    "width": 10
  },{
    "name": "iso_a2",
    "type": 4,
    "width": 10
  }],
  "on": "sov_a3"
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "iso_a2",
    "name_field": "name",
    "name": "africa"
  }
}]

Data source

This map is based on data available at http://www.naturalearthdata.com/downloads/110m-cultural-vectors/110m-admin-0-countries/. Data is in public domain.