cms/app-client/app/components/visu-carto.js
changeset 355 83f5247f3c7a
parent 331 9836845ed1e8
child 391 4f6118afabee
equal deleted inserted replaced
352:d8a8c57f36c4 355:83f5247f3c7a
    67     }),
    67     }),
    68 
    68 
    69     init: function() {
    69     init: function() {
    70         this._super(...arguments);
    70         this._super(...arguments);
    71         if (ENV.environment === 'development') {
    71         if (ENV.environment === 'development') {
    72             this.set('color', 'rgba(141,113,113,.2)');
    72             this.set('color', '#f3f3f3');
    73         }
    73         }
    74     },
    74     },
    75 
    75 
    76     setFranceAreas: function() {
    76     setFranceAreas: function() {
    77         var self = this;
    77         var self = this;
   165             'zoomOnDoubleClick': false,
   165             'zoomOnDoubleClick': false,
   166             'language': 'fr',
   166             'language': 'fr',
   167             'areasSettings': {
   167             'areasSettings': {
   168                 'autoZoom': false,
   168                 'autoZoom': false,
   169                 'selectable': true,
   169                 'selectable': true,
   170                 'color': '#becfd4',
   170                 'color': '#777777',
   171                 'colorSolid': '#71848d',
   171                 'colorSolid': '#333333',
   172                 'colorOutline': '#253946',
   172                 'colorOutline': '#253946',
   173                 'selectedColor': '#253946',
   173                 'selectedColor': '#0085cb',
   174                 'rollOverOutlineColor': '#253946'
   174                 'rollOverColor': '#0085cb',
       
   175                 'rollOverOutlineColor': '#ffffff'
   175             },
   176             },
   176             'zoomControl': {
   177             'zoomControl': {
   177                 'zoomControlEnabled': false,
   178                 'zoomControlEnabled': false,
   178             },
   179             },
   179             'dataProvider': this.get('dataProvider'),
   180             'dataProvider': this.get('dataProvider'),