<div dir="ltr"><div><div><div><div><div><div><br><br>On Thu, Nov 23, 2017 at 12:13 AM, Eric Patton <<a href="mailto:thepattonian@gmail.com">thepattonian@gmail.com</a>> wrote:<br>><br>> Is there an easy way to copy all attributes from layer 2 of a vector points map to layer one (which doesn't currently exist - is will need to be created)? <br>><br>> Alternatively, maybe all I really need is a way to rename layer 2 to layer 1 while keeping all attributes intact.<br><br></div>You need to distinguish between category values of the vector points and attribute tables linked to a particular layer.<br><br></div>You can change the layer number of category values from layer 2 to layer 1 with<br><br></div>v.category option=chlayer layer=2,1<br><br></div>Now you need to reconnect the attribute table from layer 2 to layer 1 with v.db.connect<br><br></div>HTH,<br><br></div>Markus M<br><br><div><div><div><div><div><div>><br>> Background: I need to move all the attributes to layer 1 in my point map in order to patch vector maps together with v.patch.<br>><br>> Thanks,<br>><br>> --<br>> Eric Patton <<a href="mailto:thepattonian@gmail.com">thepattonian@gmail.com</a>><br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br><br></div></div></div></div></div></div></div>