Hi, 2008/1/15, Jaime Carrera <[EMAIL PROTECTED]>: > I wanted to ask if its possible to link different tables to a vector map > with points, lines and areas (i.e link nodes to node_table, lines to > lines_table and areas to area_table).
yes, it is possible. Vector map can be multi-layered. In your case first sub-layer can contain points, the second lines, etc. You can link different tables to sub-layers using v.db.connect. In your case you just need to separate vector types to the different sub-layers. Martin -- Martin Landa <[EMAIL PROTECTED]> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
