Asia

Download (99 KB)

To render the map use the following code:

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

Download (101 KB)

To render the map use the following code:

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

Codes

1 BD Bangladesh
2 MN Mongolia
3 BN Brunei
4 BH Bahrain
5 BT Bhutan
6 HK Hong Kong
7 JO Jordan
8 PS Palestine
9 LB Lebanon
10 LA Lao PDR
11 TW Taiwan
12 TR Turkey
13 LK Sri Lanka
14 TL Timor-Leste
15 TM Turkmenistan
16 TJ Tajikistan
17 TH Thailand
18 XC N. Cyprus
19 NP Nepal
20 PK Pakistan
21 PH Philippines
22 -99 Siachen Glacier
23 AE United Arab Emirates
24 CN China
25 AF Afghanistan
26 IQ Iraq
27 JP Japan
28 IR Iran
29 AM Armenia
30 SY Syria
31 VN Vietnam
32 GE Georgia
33 IL Israel
34 IN India
35 AZ Azerbaijan
36 ID Indonesia
37 OM Oman
38 KG Kyrgyzstan
39 UZ Uzbekistan
40 MM Myanmar
41 SG Singapore
42 KH Cambodia
43 CY Cyprus
44 QA Qatar
45 KR Korea
46 KP Dem. Rep. Korea
47 KW Kuwait
48 KZ Kazakhstan
49 SA Saudi Arabia
50 MY Malaysia
51 YE Yemen

Processor config

[{
  "name": "read_data",
  "file_name": "ne_50m_admin_0_countries_lakes/ne_50m_admin_0_countries_lakes.shp",
  "filter": "continent = \"Asia\""
},{
  "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": "asia"
  }
}]

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.