cms/app-client/app/components/visu-carto.js
changeset 309 6ab16926b675
parent 306 3fccf43160a7
child 331 9836845ed1e8
--- a/cms/app-client/app/components/visu-carto.js	Sun Oct 02 11:49:00 2016 +0200
+++ b/cms/app-client/app/components/visu-carto.js	Sun Oct 02 16:50:11 2016 +0200
@@ -21,7 +21,7 @@
     filter: Ember.inject.service(),
     locationObserver: Ember.observer('filter.location', function() {
         if(!this.get('filter').get('location')) {
-            this.sendAction('setLocation', 'world');
+            this.sendAction('setLocation', '6295630');
         }
     }),
 
@@ -30,7 +30,7 @@
         if(this.get('map')) {
             if(this.get('map').selectedObject.id) {
                 if(this.get('map').selectedObject.parentObject.mapVar === this.get('countriesMapVar')) {
-                    if(this.get('map').selectedObject.id === 'FR') {
+                    if(this.get('map').selectedObject.id === '3017382') {
                         this.setFranceAreas();
                         this.set('dataProvider', {
                             'mapVar': this.get('franceMapVar'),