2

I have a large number of Waypoint-layers (gpx) and would like to merge them.

Is there a way to do so using QGIS?

nmtoken
  • 13,355
  • 5
  • 38
  • 87
Linda
  • 29
  • 1
  • 2
  • 1
    Do you want to merge as in "The target layer should contain all points of all source layers combined, even if some of them are at the same location"? Also, see http://gis.stackexchange.com/questions/25061/how-to-merge-multiple-layers-to-one-layer . – til_b Apr 26 '13 at 12:22

1 Answers1

2

Copy and paste works with almost every layer.

I would suggest to create a new point shapefile, change it to edit mode, select the waypoints layer by layer with rectangle , and paste them into the shapefile layer.


EDIT

Alternatively you can use the mmqgis plugin, Transfer -> merge layers

AndreJ
  • 76,698
  • 5
  • 86
  • 162