<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>On 18.05.2012 17:02, M.E.Dodd wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored --><!-- meta ignored -->
<div>Is there a way of connecting pairs of points and displaying the result as a map.  The Points2one plugin almost does this but it joins them all up into a polygon (even with lines selected), what I want is to have each pair connected by a separate line.  It would seem that this plugin should do it but I can’t persuade it to.</div>
<div><span style="font-family: Calibri,sans-serif; font-size: x-small;"> </span></div>
</blockquote>
<p>Points2One is indeed great for this!</p>
<p>But, you may want to prepare your file by adding unique IDs for each pair of points.</p>
<p>e.g.</p>
<p> X,Y,ID<br />1,1,Line1<br />1,2,Line1<br />2,1,Line2<br />2,2,Line2<br />...</p>
<p>Then select 'Lines', check 'Create output features based on input field' and select the ID field (in the example above).</p>
<p>HTH,<br />Benoit</p>
<p> </p>
<div> </div>
</body></html>