diff -r e032d686d88e -r 6ab16926b675 cms/app-client/app/components/visu-carto.js --- 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'),