Hi,<div><br></div><div>I would like to know if there is any way to set different colors to different segments of a vector.. (Openlayers.features.vector)</div><div><div>var linearRing = new OpenLayers.Geometry.LinearRing(pointList);</div>
<div>var polygonFeature = new OpenLayers.Feature.Vector(linearRing, null, style_poly);</div></div><div><br></div><div>Thanks!</div>