On 19/03/09 18:34, peter.lo...@gmx.de wrote:
hi,

I just got stuck with a seemingly simple task:

Let's assume vector layer A holds bunch of boundaries (for example,
some non-overlapping circles) without categories, while vector layer
B contains points/centroids which have categories AND attributes
(Soil type, etc).

What's the recipe to blend the two layers A and B into a new layer C
which consists of circles having centroids with soil type attributes
?

This question is caused the fact that v.in.ascii has (for the moment)
no option to import lines/areas with attributes beyond a category.

If the question concerns two layers in GRASS: v.patch.

If the question concerns import of ascii file with attributes: the easiest is probably to import the features with category, import the table separately with db.in.ogr and then link the two with db.connect.

Moritz
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to