I would do what Daniel said, but use the raster (use command v.to.rast) as a mask (use command r.mask) to limit the displayed area to the vector map area.<br><br><div class="gmail_quote">On Thu, Jun 30, 2011 at 9:40 PM, Daniel Lee <span dir="ltr">&lt;<a href="mailto:Lee@isi-solutions.org">Lee@isi-solutions.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I would do the following, assuming you&#39;ve got an area vector that&#39;s covering<br>
the raster data you want to show:<br>
<br>
1. Convert the vector to a raster with r.to.vect<br>
2. Reclassify it so that it&#39;s got only two values: 1 and NoData.<br>
3. Multiply the reclassified raster with the raster data that you want to<br>
limit to the area of the vector. The old values will be preserved in the<br>
resulting map because x * 1 = x, but everything that&#39;s not collocated with<br>
the vector map will be removed because it&#39;s multiplied with NoData.<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Limit-d-raster-with-vector-map-tp6533406p6533536.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Limit-d-raster-with-vector-map-tp6533406p6533536.html</a><br>

Sent from the Grass - Users mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</div></div></blockquote></div><br>