South America

Download (53 KB)

To render the map use the following code:

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

Download (53 KB)

To render the map use the following code:

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

Codes

1 PY Paraguay
2 CO Colombia
3 VE Venezuela
4 CL Chile
5 SR Suriname
6 BO Bolivia
7 EC Ecuador
8 AR Argentina
9 GY Guyana
10 BR Brazil
11 PE Peru
12 UY Uruguay
13 FK Falkland Is.

Processor config

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

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.