changed region names on the regional dropdown map
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jul 2016 17:03:32 +0000 (13:03 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jul 2016 17:03:32 +0000 (13:03 -0400)
js/vmap/dist/jqvmap.css
parts/interactive-map.php
scss/_main.scss

index b75195a..8cadc9a 100644 (file)
   line-height: 1;
   padding: 12px 24px 8px 20px;
   position: absolute;
-  right: 40px;
+/*  right: 40px;*/
+  left: 175px;
   text-align: center;
   top: initial;
+  cursor: default;
 }
 #interactive-map .dropdown {
     width: 600px;
index a456f0e..49ee2a7 100644 (file)
@@ -72,21 +72,22 @@ jQuery('#map').vectorMap(
     pins: {
         "fr-gf" : "Guyane<br>française",
         "fr-h"  : "Corse",
-        "fr-f"  : "Centre",
+        "fr-f"  : "Centre Val de <br>Loire",
         "fr-e"  : "Bretagne",
         "fr-x1" : "Bourgogne-Franche-<br>Comté",
         "fr-mq" : "Martinique",
         "fr-yt" : "Mayotte",
-        "fr-x4" : "Alsace-Champagne-<br>Ardenne-Lorraine",
-        "fr-x5" : "Languedoc-Roussillon-<br>Midi-Pyrénées",
-        "fr-x6" : "Nord-Pas-de-<br>Calais-Picardie",
+        "fr-x4" : "Grand Est",
+        "fr-x5" : "Occitaine",
+        "fr-x6" : "Hauts-de-France",
         "fr-x7" : "Auvergne-Rhône<br>-Alpes",
         "fr-x3" : "Normandy",
         "fr-r"  : "Pays de la<br>Loire",
         "fr-gp" : "Guadeloupe",
-        "fr-u"  : "Provence-Alpes<br>-Côte-d'Azur",
+//        "fr-u"  : "Provence-Alpes<br>-Côte-d'Azur",
+        "fr-u"  : "Paca",
         "fr-j"  : "Île-de-<br>France",
-        "fr-x2" : "Aquitaine-Limousin-<br>Poitou-Charentes",
+        "fr-x2" : "Nouvelle Aquitaine",
         "fr-re" : "Réunion"
     }
 //    onRegionClick: function(element, code, region)
index 20bb0e6..152420f 100644 (file)
@@ -393,4 +393,4 @@ main .page-header .header-image-background{
 }
 .tag_image:hover{
     cursor: pointer;
-}
\ No newline at end of file
+}