diff -r 62984937a062 -r f7ab931581af cms/app-client/app/components/visu-carto.js --- a/cms/app-client/app/components/visu-carto.js Thu Jan 21 21:07:02 2016 +0100 +++ b/cms/app-client/app/components/visu-carto.js Fri Jan 22 10:35:52 2016 +0100 @@ -41,12 +41,14 @@ }, { id: "asia", linkToObject: worldDataProvider, - color: "#E0EEEF", + color: "#fff", + selectable: false, passZoomValuesToTarget: true }, { id: "australia", linkToObject: worldDataProvider, - color: "#E0EEEF", + color: "#fff", + selectable: false, passZoomValuesToTarget: true }, { id: "europe", @@ -61,7 +63,8 @@ }, { id: "south_america", linkToObject: worldDataProvider, - color: "#E0EEEF", + color: "#fff", + selectable: false, passZoomValuesToTarget: true }] @@ -77,7 +80,7 @@ rollOverOutlineColor: "#000000", selectedOutlineColor: "#CC0000", selectedColor: "green", - color: "#E0EEEF" + color: "#fff" }, dataProvider: continentsDataProvider, @@ -117,7 +120,7 @@ areaList.push({ id: elt.id, linkToObject: (elt.id === "FR" ? dataProvider : ""), - color: ((typeof(count[elt.id]) === "undefined") ? "#E0EEEF" : "#2D7073"), + color: ((typeof(count[elt.id]) === "undefined") ? "#fff" : "#2D7073"), autoZoom: (elt.id === "FR" ? true : false), selectable: true, passZoomValuesToTarget: false