diff --git a/lib/OpenLayers/Feature/Vector.js b/lib/OpenLayers/Feature/Vector.js index 6d1444f114..c97a48eaec 100644 --- a/lib/OpenLayers/Feature/Vector.js +++ b/lib/OpenLayers/Feature/Vector.js @@ -316,16 +316,11 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, { * * - fillColor: "#ee9900", * - fillOpacity: 0.4, - * - hoverFillColor: "white", - * - hoverFillOpacity: 0.8, * - strokeColor: "#ee9900", * - strokeOpacity: 1, * - strokeWidth: 1, * - strokeLinecap: "round", [butt | round | square] * - strokeDashstyle: "solid", [dot | dash | dashdot | longdash | longdashdot | solid] - * - hoverStrokeColor: "red", - * - hoverStrokeOpacity: 1, - * - hoverStrokeWidth: 0.2, * - pointRadius: 6, * - hoverPointRadius: 1, * - hoverPointUnit: "%",