New Zealand

Download (37 KB)

To render the map use the following code:

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

Download (38 KB)

To render the map use the following code:

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

Codes

1 NZ-NSN Nelson City
2 NZ-STL Southland
3 NZ-HKB Hawke's Bay
4 NZ-BOP Bay of Plenty
5 NZ-AUK Auckland
6 NZ-TKI Taranaki
7 NZ-MBH Marlborough District
8 NZ-TAS Tasman District
9 NZ-CIT Chatham Islands Territory
10 NZ-WKO Waikato
11 NZ-WTC West Coast
12 NZ-OTA Otago
13 NZ- The Snares
14 NZ-NTL Northland
15 NZ-MWT Manawatu-Wanganui
16 NZ-WGN Wellington
17 NZ-GIS Gisborne District
18 NZ-CAN Canterbury

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 = \"NZ\" AND iso_3166_2 IS NOT NULL",
  "longitude0": 10
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "iso_3166_2",
    "name_field": "name",
    "name": "nz"
  }
}]