=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/core.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/core.js 2013-11-20 11:26:47 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/core.js 2013-11-22 01:00:47 +0000 @@ -571,17 +571,20 @@ strokeWidth: 1 }, select = { - strokeColor: '#000000', - strokeWidth: 2, + fillOpacity: 0.9, + strokeColor: '#fff', + strokeWidth: 1, cursor: 'pointer' }; if (id === 'boundary') { defaults.fillOpacity = 0; defaults.strokeColor = '#000'; + defaults.strokeWidth = 1; select.fillColor = '#000'; - select.fillOpacity = 0.2; + select.fillOpacity = 0.15; + select.strokeColor = '#000'; select.strokeWidth = 1; }