Venezuela

Download (55 KB)

To render the map use the following code:

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

Download (55 KB)

To render the map use the following code:

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

Codes

1 VE-
2 VE-L Mérida
3 VE-M Miranda
4 VE-N Monagas
5 VE-O Nueva Esparta
6 VE-H Cojedes
7 VE-I Falcón
8 VE-J Guárico
9 VE-K Lara
10 VE-D Aragua
11 VE-E Barinas
12 VE-F Bolívar
13 VE-G Carabobo
14 VE-A Distrito Capital
15 VE-B Anzoátegui
16 VE-C Apure
17 VE-X Vargas
18 VE-Y Delta Amacuro
19 VE-Z Amazonas
20 VE-T Trujillo
21 VE-U Yaracuy
22 VE-V Zulia
23 VE-W Dependencias Federales
24 VE-P Portuguesa
25 VE-R Sucre
26 VE-S Táchira

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 = \"VE\" AND iso_3166_2 IS NOT NULL"
},{
  "name": "join_data",
  "data": [
    ["209", "VE-Z"],
    ["211", "VE-B"],
    ["197", "VE-C"],
    ["212", "VE-D"],
    ["198", "VE-E"],
    ["210", "VE-F"],
    ["205", "VE-G"],
    ["204", "VE-H"],
    ["166", "VE-Y"],
    ["192", "VE-W"],
    ["214", "VE-A"],
    ["196", "VE-I"],
    ["215", "VE-J"],
    ["206", "VE-K"],
    ["199", "VE-L"],
    ["216", "VE-M"],
    ["170", "VE-N"],
    ["177", "VE-O"],
    ["207", "VE-P"],
    ["174", "VE-R"],
    ["200", "VE-S"],
    ["201", "VE-T"],
    ["213", "VE-X"],
    ["208", "VE-U"],
    ["203", "VE-V"]
  ],
  "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": "ve"
  }
}]