France - Regions

Download (80 KB)

To render the map use the following code:

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

Download (83 KB)

To render the map use the following code:

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

Codes

1 FR-C Auvergne
2 FR-B Aquitaine
3 FR-A Alsace
4 FR-G Champagne-Ardenne
5 FR-F Centre
6 FR-E Bretagne
7 FR-D Bourgogne
8 FR-K Languedoc-Roussillon
9 FR-J Île-de-France
10 FR-I Franche-Comté
11 FR-YT Mayotte
12 FR-O Nord-Pas-de-Calais
13 FR-N Midi-Pyrénées
14 FR-M Lorraine
15 FR-L Limousin
16 FR-S Picardie
17 FR-R Pays de la Loire
18 FR-Q Haute-Normandie
19 FR-P Basse-Normandie
20 FR-V Rhône-Alpes
21 FR-U Provence-Alpes-Côte-d'Azur
22 FR-T Poitou-Charentes
23 FR-RE Réunion
24 FR-GF Guyane française
25 FR-H Corse
26 FR-MQ Martinique
27 FR-GP Guadeloupe

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": "union",
  "by": "region_cod"
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "region_cod",
    "name_field": "region",
    "name": "fr_regions",
    "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
    }]
  }
}]