Sweden

Download (72 KB)

To render the map use the following code:

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

Download (78 KB)

To render the map use the following code:

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

Codes

1 SE-O Västra Götaland
2 SE-N Halland
3 SE-M Skåne
4 SE-K Blekinge
5 SE-I Gotland
6 SE-H Kalmar
7 SE-G Kronoberg
8 SE-F Jönköping
9 SE-E Östergötland
10 SE-D Södermanland
11 SE-C Uppsala
12 SE-Z Jämtland
13 SE-Y Västernorrland
14 SE-X Gävleborg
15 SE-W Dalarna
16 SE-BD Norrbotten
17 SE-T Orebro
18 SE-S Värmland
19 SE-U Västmanland
20 SE-AC Västerbotten
21 SE-AB Stockholm
22 SE-

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 = \"SE\" AND iso_3166_2 IS NOT NULL"
},{
  "name": "join_data",
  "data": [
    ["496", "SE-K"],
    ["510", "SE-W"],
    ["508", "SE-X"],
    ["498", "SE-I"],
    ["515", "SE-N"],
    ["517", "SE-Z"],
    ["509", "SE-F"],
    ["497", "SE-H"],
    ["511", "SE-G"],
    ["507", "SE-BD"],
    ["512", "SE-T"],
    ["499", "SE-E"],
    ["3570", "SE-M"],
    ["513", "SE-D"],
    ["501", "SE-AB"],
    ["503", "SE-C"],
    ["516", "SE-S"],
    ["505", "SE-AC"],
    ["504", "SE-Y"],
    ["514", "SE-U"],
    ["3569", "SE-O"]
  ],
  "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": "se"
  }
}]