Oceania

Download (19 KB)

To render the map use the following code:

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

Download (20 KB)

To render the map use the following code:

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

Codes

1 GU Guam
2 PW Palau
3 KI Kiribati
4 NC New Caledonia
5 NU Niue
6 NZ New Zealand
7 AU Australia
8 PG Papua New Guinea
9 SB Solomon Is.
10 PF Fr. Polynesia
11 FJ Fiji
12 FM Micronesia
13 WS Samoa
14 VU Vanuatu

Processor config

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

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.