Given are two vector maps (one with POINTS and one with AREAS).
The result should be a vector map (POINTS) containing the attributes of the original points and of the areas in that the points lie in.
<v.overlay> obviously doesn't work here. I also tried <v.select>, but that's also not woorking, since this function doesn't join the attribute tables.
Given are two vector maps (one with POINTS and one with AREAS).
The result should be a vector map (POINTS) containing the attributes
of the original points and of the areas in that the points lie in.
<v.overlay> obviously doesn't work here. I also tried <v.select>, but
that's also not woorking, since this function doesn't join the attribute
tables.