Canada

Download (196 KB)

To render the map use the following code:

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

Download (191 KB)

To render the map use the following code:

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

Download (237 KB)

To render the map use the following code:

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

Codes

1 CA-NT Northwest Territories
2 CA-NU Nunavut
3 CA-NS Nova Scotia
4 CA-BC British Columbia
5 CA-SK Saskatchewan
6 CA-QC Québec
7 CA-PE Prince Edward Island
8 CA-MB Manitoba
9 CA-YT Yukon
10 CA-NB New Brunswick
11 CA-NL Newfoundland and Labrador
12 CA-ON Ontario
13 CA-AB Alberta

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