From 12096ace6b53be56839afb53df8d46037fc9e2d7 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 23 Jan 2009 12:03:32 +0000 Subject: [PATCH] Remove hover* properties from documentation. Leaving in code for now, but so far as I can tell, these would depend on support from some specification, and the only code on the web which mentions them are duplicate copies of OpenLayers documentation. We should probably remove these from the corresponding style blocks as well. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8752 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Feature/Vector.js | 5 ----- 1 file changed, 5 deletions(-) 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: "%",