diff --git a/public/javascripts/map.js b/public/javascripts/map.js index 7c9798227..9773ab348 100644 --- a/public/javascripts/map.js +++ b/public/javascripts/map.js @@ -114,7 +114,9 @@ function addObjectToMap(url, zoom, callback) { style: { strokeColor: "blue", strokeWidth: 3, - strokeOpacity: 0.5 + strokeOpacity: 0.5, + fillOpacity: 0.2, + fillColor: "lightblue" }, projection: new OpenLayers.Projection("EPSG:4326"), displayInLayerSwitcher: false