2017-02-03 11:04 GMT+01:00 Yann Chemin <dr.yann.che...@gmail.com>:
> say all raster and imagery and vector modules that generate output map(s), I
> would like this(ese) map(s) to be added to the current stack in the current
> display, the same way it works in the GUI version of the modules (i.e.
> Check-box "Add created maps to layer tree").

so, something like:

# new flag -a: Add new maps to display automaticaly
d.mon wx0 -a
v.random out=p1 n=1000 # new map added to display

?

But in this case you cannot control display parameters
(d.vect/d.rast). There is no layer tree to define properties
afterwards. I am not sure if such flag would make sense.

Now you need:

d.mon wx0
v.random ...
d.vect p1 ...

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to