United Kingdom

Download (63 KB)

To render the map use the following code:

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

Download (66 KB)

To render the map use the following code:

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

Codes

1 NIR Northern Ireland
2 SCT Scotland
3 WLS Wales
4 ENG England

Processor config

[{
  "name": "read_data",
  "file_name": "ne_10m_admin_0_map_units/ne_10m_admin_0_map_units.shp",
  "filter": "GU_A3 = \"NIR\" OR GU_A3 = \"WLS\" OR GU_A3 = \"ENG\" OR GU_A3 = \"SCT\""
},{
  "name": "remove_small_polygons",
  "minimal_area": 10000000
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "GU_A3",
    "name_field": "GEOUNIT",
    "name": "uk_countries"
  }
}]