Europe

Download (101 KB)

To render the map use the following code:

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

Download (106 KB)

To render the map use the following code:

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

Codes

1 BE Belgium
2 FR France
3 BG Bulgaria
4 DK Denmark
5 HR Croatia
6 DE Germany
7 BA Bosnia and Herz.
8 HU Hungary
9 JE Jersey
10 FI Finland
11 BY Belarus
12 GR Greece
13 RU Russia
14 NL Netherlands
15 PT Portugal
16 NO Norway
17 LI Liechtenstein
18 LV Latvia
19 LT Lithuania
20 LU Luxembourg
21 FO Faeroe Is.
22 PL Poland
23 XK Kosovo
24 CH Switzerland
25 AD Andorra
26 EE Estonia
27 IS Iceland
28 AL Albania
29 IT Italy
30 GG Guernsey
31 CZ Czech Rep.
32 IM Isle of Man
33 GB United Kingdom
34 AX Aland
35 IE Ireland
36 ES Spain
37 ME Montenegro
38 MD Moldova
39 RO Romania
40 RS Serbia
41 MK Macedonia
42 SK Slovakia
43 MT Malta
44 SI Slovenia
45 SM San Marino
46 UA Ukraine
47 SE Sweden
48 AT Austria

Processor config

[{
  "name": "read_data",
  "file_name": "ne_50m_admin_0_countries_lakes/ne_50m_admin_0_countries_lakes.shp",
  "filter": "continent = \"Europe\"",
  "longitude0": 11.5
},{
  "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": "intersect_rect",
  "rect": [-26, 72.5, 40.5, 28]
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "iso_a2",
    "name_field": "name",
    "name": "europe"
  }
}]

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.