Australia

Download (45 KB)

To render the map use the following code:

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

Download (46 KB)

To render the map use the following code:

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

Codes

1 AU-ACT Australian Capital Territory
2 AU-WA Western Australia
3 AU-TAS Tasmania
4 AU- Jervis Bay Territory
5 AU-VIC Victoria
6 AU-NT Northern Territory
7 AU-QLD Queensland
8 AU-SA South Australia
9 AU-NSW New South Wales

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 = \"AU\" AND iso_3166_2 IS NOT NULL"
},{
  "name": "join_data",
  "data": [
      ["2573", "AU-NSW"],
      ["6323", "AU-QLD"],
      ["2555", "AU-SA"],
      ["2553", "AU-TAS"],
      ["2554", "AU-VIC"],
      ["6322", "AU-WA"],
      ["2572", "AU-ACT"],
      ["6324", "AU-NT"]
  ],
  "fields": [{
      "name": "OBJECTID_1",
      "type": 4,
      "width": 9
  },{
      "name": "iso_3166_2",
      "type": 4,
      "width": 10
  }],
  "on": "OBJECTID_1"
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "iso_3166_2",
    "name_field": "name",
    "name": "au"
  }
}]