5

I am using QGIS 2.2.3 (Lyon). I have a vector layer with a linked attribute table. In order to do multiple tests on the layer, i created a copy in a new layer. The attribute table on this new layer is empty. I want this new layer to have the same layout/properties than the original.

Is there a way to merge the layout from one layer to another ?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338

1 Answers1

4

There is the merge tool :

Vector -> Data Management tools -> merge shapefile to one, which will open up new window “Merge Shapefiles”,

Here is a tutorial on that method.

http://www.igismap.com/merge-two-shapefile-qgis/

Merging multiple vector layers to one layer using QGIS?

ALternatively, why dont you just create an exact copy of your layer by clicking on the layer, and choosing save as, and saving the shapefile to a new location, then choose add the new layer to the map, then you can work on the new layer to run your tests.

** also when you say linked attribute table, do you mean they tables are joined, or related, or ??

ed.hank
  • 3,862
  • 1
  • 14
  • 35