France - Regions (2016)

Download (64 KB)

To render the map use the following code:

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

Download (67 KB)

To render the map use the following code:

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

Codes

1 FR-GF Guyane française
2 FR-H Corse
3 FR-F Centre
4 FR-E Bretagne
5 FR-X1 Bourgogne-Franche-Comté
6 FR-MQ Martinique
7 FR-YT Mayotte
8 FR-X4 Alsace-Champagne-Ardenne-Lorraine
9 FR-X5 Languedoc-Roussillon-Midi-Pyrénées
10 FR-X6 Nord-Pas-de-Calais-Picardie
11 FR-X7 Auvergne-Rhône-Alpes
12 FR-X3 Normandy
13 FR-R Pays de la Loire
14 FR-GP Guadeloupe
15 FR-U Provence-Alpes-Côte-d'Azur
16 FR-J Île-de-France
17 FR-X2 Aquitaine-Limousin-Poitou-Charentes
18 FR-RE Réunion

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 = \"FR\""
},{
  "name": "join_data",
  "data": [
      ["FR-D", "FR-X1"],
      ["FR-I", "FR-X1"],
      ["FR-B", "FR-X2"],
      ["FR-L", "FR-X2"],
      ["FR-T", "FR-X2"],
      ["FR-P", "FR-X3"],
      ["FR-Q", "FR-X3"],
      ["FR-A", "FR-X4"],
      ["FR-G", "FR-X4"],
      ["FR-M", "FR-X4"],
      ["FR-K", "FR-X5"],
      ["FR-N", "FR-X5"],
      ["FR-O", "FR-X6"],
      ["FR-S", "FR-X6"],
      ["FR-C", "FR-X7"],
      ["FR-V", "FR-X7"],
      ["FR-E", "FR-E"],
      ["FR-F", "FR-F"],
      ["FR-H", "FR-H"],
      ["FR-J", "FR-J"],
      ["FR-R", "FR-R"],
      ["FR-U", "FR-U"],
      ["FR-GF", "FR-GF"],
      ["FR-GP", "FR-GP"],
      ["FR-MQ", "FR-MQ"],
      ["FR-RE", "FR-RE"],
      ["FR-YT", "FR-YT"]
  ],
  "fields": [{
      "name": "region_cod",
      "type": 4,
      "width": 10
  },{
      "name": "iso_new",
      "type": 4,
      "width": 5
  }],
  "on": "region_cod"
},{
  "name": "union",
  "by": "iso_new"
},{
  "name": "join_data",
  "data": [
    ["FR-X1", "Bourgogne-Franche-Comté"],
    ["FR-X2", "Aquitaine-Limousin-Poitou-Charentes"],
    ["FR-X3", "Normandy"],
    ["FR-X4", "Alsace-Champagne-Ardenne-Lorraine"],
    ["FR-X5", "Languedoc-Roussillon-Midi-Pyrénées"],
    ["FR-X6", "Nord-Pas-de-Calais-Picardie"],
    ["FR-X7", "Auvergne-Rhône-Alpes"]
  ],
  "fields": [{
    "name": "iso_new",
    "type": 4,
    "width": 5
  },{
    "name": "region",
    "type": 4,
    "width": 100
  }],
  "on": "iso_new"
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "iso_new",
    "name_field": "region",
    "name": "fr_regions_2016",
    "insets": [{
      "codes": ["FR-GF"],
      "width": 100,
      "left": 0,
      "top": 600
    },{
      "codes": ["FR-GP"],
      "width": 50,
      "left": 0,
      "top": 440
    },{
      "codes": ["FR-MQ"],
      "width": 50,
      "left": 0,
      "top": 510
    },{
      "codes": ["FR-RE"],
      "width": 50,
      "left": 740,
      "top": 700
    },{
      "codes": ["FR-YT"],
      "width": 40,
      "left": 640,
      "top": 690
    }]
  }
}]