Re: [GRASS-user] Problems in adding tables to a map

2012-11-21 Thread Martin Landa
Hi, 2012/11/17 Aldo Clerici : > v.db.connect map=roads1 table=roads2 layer=2 it's not enough. You need to defined also categories for layer '2', see `v.category` for details. This module allows to change layer number, but unfortunately not to copy categories from one layer to another. Motion: v

Re: [GRASS-user] Problems in adding tables to a map

2012-11-21 Thread Moritz Lennert
On 17/11/12 11:42, Aldo Clerici wrote: GRASS user, I'm having some problem in connecting tables to a map. This is the procedure (in order to simplify I used the same table but with different names) : g.copy vect=roads,roads1 g.copy vect=roads,roads2 The two tables are in the table list. db.

[GRASS-user] Problems in adding tables to a map

2012-11-17 Thread Aldo Clerici
GRASS user, I'm having some problem in connecting tables to a map. This is the procedure (in order to simplify I used the same table but with different names) : g.copy vect=roads,roads1 g.copy vect=roads,roads2 The two tables are in the table list. db.tables -p v.db.connect map=road