<div class="gmail_quote"><div>Hi there,</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"></div>
You can use v.distance with dmax=0 to do such a &quot;spatial join&quot; between polygons and points:<br>
<br>
v.db.addcolumn YourCentroids col=&#39;poly_cat int&#39;<br>
v.distance from=YourCentroids to=YourPolygons upload=cat column=poly_cat dmax=0<br>
<br>
This should upload the category values of your polygons to the attribute value of your centroids. If you then want to join the two tables, you can use v.db.join.<br></blockquote><div><br></div><div>That sounds like a good idea, I&#39;ll try that out.</div>

<div><br></div><div>Hamish, I&#39;m running 6.4RC1 from the Geo repository on OpenSUSE 11.4. Thanks for the tip, though, I&#39;ll report back on the &quot;spatial join&quot; and if it doesn&#39;t work with the polygons and points then I&#39;ll try compiling RC2. I&#39;m always kind of nervous about compiling stuff, but it&#39;s never quite as painful as I think it&#39;ll be :)</div>

</div>