X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b46b3c43279dc5e06cb6c476b00443fe2f5b503a..e7f5f4285635c1c4dbc89b5b0a705de4eeb266b5:/public/javascripts/map.js 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