On Wed, Aug 13, 2008 at 1:05 AM, David Calle <[EMAIL PROTECTED]> wrote: > Hi List, > I have information on a point shapfile (geometry), I need to draw a line > with the points, for simulating the way that follows a car. > Do you have any idea for this action..??
You can either use the PointTrack layer (see http://www.openlayers.org/dev/examples/point-track-markers.html), or do something like http://dev.openlayers.org/sandbox/ahocevar/playground/examples/point-track-vector.html). Both examples should be self-explanatory, the latter is about 5 times faster than the former. Regards, Andreas. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
