2

I have hundreds of easting northing points which I need to join as a single line to show a route. How do I import them and get QGIS to automatically turn them into a line?

stevepace
  • 73
  • 6
  • Related/duplicate: http://gis.stackexchange.com/questions/15909/workflow-for-creating-line-features-between-two-coordinate-pairs-in-qgis – Chris W Jul 03 '14 at 04:43

1 Answers1

1

Import of coordinates from a CSV table can be done with Add delimited text.

To create a line from them, use the Points2One plugin.

Or use the MMQGIS plugin to do both steps together.

AndreJ
  • 76,698
  • 5
  • 86
  • 162