South Korea

Download (47 KB)

To render the map use the following code:

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

Download (47 KB)

To render the map use the following code:

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

Codes

1 KR-31 Ulsan
2 KR-49 Jeju
3 KR-48 South Gyeongsang
4 KR-45 North Jeolla
5 KR-44 South Chungcheong
6 KR-47 North Gyeongsang
7 KR-46 South Jeolla
8 KR-41 Gyeonggi
9 KR-43 North Chungcheong
10 KR-42 Gangwon
11 KR-27 Daegu
12 KR-11 Seoul
13 KR-50 Sejong
14 KR-29 Gwangju
15 KR-28 Incheon
16 KR-30 Daejeon
17 KR-26 Busan

Processor config

[{
  "name": "read_data",
  "file_name": "ne_10m_admin_1_states_provinces_lakes/ne_10m_admin_1_states_provinces_lakes.shp",
  "filter": "iso_a2 = \"KR\" AND OBJECTID_1 != \"4194\""
},{
  "name": "join_data",
  "data": [
      ["2686", "KR-26"],
      ["2682", "KR-27"],
      ["2684", "KR-30"],
      ["2037", "KR-42"],
      ["2550", "KR-29"],
      ["1999", "KR-41"],
      ["2000", "KR-28"],
      ["2678", "KR-49"],
      ["2036", "KR-43"],
      ["2688", "KR-47"],
      ["2681", "KR-45"],
      ["6632", "KR-50"],
      ["2038", "KR-11"],
      ["2683", "KR-44"],
      ["2680", "KR-48"],
      ["2685", "KR-46"],
      ["2687", "KR-31"]
  ],
  "fields": [{
      "name": "OBJECTID_1",
      "type": 4,
      "width": 9
  },{
      "name": "iso_3166_2",
      "type": 4,
      "width": 10
  }],
  "on": "OBJECTID_1"
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "iso_3166_2",
    "name_field": "name",
    "name": "kr"
  }
}]