Re: [GRASS-user] buffer vector within a given area

2009-04-28 Thread Maris Nartiss
If I got it right - You need to fill possible agriculture land till it
reaches required area.
I think You can use mapcalc sample provided in r.lake documentation.
Just replace ${variables} with Your map name and calculate resulting
map area after every run. Mask nonagriculture land with MASK and it
will not be used.
Like (pseudocode):
while $area$target:
 r.mapcalc newmap={code from r.lake docs}
 area = r.report newmap area

If You need additional help, drop a note.
Maris.
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] problem with multiple selection on layer manager

2009-04-28 Thread Vincent Bain
Hi,
trying to drop a set of maps from my display, I noticed the multiple map
selection is not possible within the layer manager window through Ctrl
+click or Shift+click.

But it is possible to perform from the keyboard : Ctrl+up/down arrows.

Oh, I forgot : I work on grass65 svn version.


Vincent

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