diff --git a/lib/OpenLayers/Feature/Vector.js b/lib/OpenLayers/Feature/Vector.js index 0c4ac678a7..8d5587636b 100644 --- a/lib/OpenLayers/Feature/Vector.js +++ b/lib/OpenLayers/Feature/Vector.js @@ -381,14 +381,14 @@ OpenLayers.Feature.Vector.style = { cursor: "pointer" }, 'temporary': { - fillColor: "yellow", + fillColor: "#66cccc", fillOpacity: 0.2, hoverFillColor: "white", hoverFillOpacity: 0.8, - strokeColor: "yellow", + strokeColor: "#66cccc", strokeOpacity: 1, strokeLinecap: "round", - strokeWidth: 4, + strokeWidth: 2, strokeDashstyle: "solid", hoverStrokeColor: "red", hoverStrokeOpacity: 1,