Hi,

I'm defining a line in the map, adding points to a pointlist..

var linearRing = new OpenLayers.Geometry.LinearRing(pointList);
var polygonFeature = new OpenLayers.Feature.Vector(linearRing, null,
style_poly);

But, is there any way to create the line with arrow heads showing the
direction of the line?

Thanks!
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to