<div dir="ltr"><div><div>yes this is indeed a pickle.<br><br></div>maybe something like:<br></div><div>-> d.mon "get the selected wx display, if none, then d.mon wx0"<br><br></div><div>if exist and selected:<br>add output from this module to its "stack" (i.e. set of already run d.* commands)<br></div><div>-> v.random in=bla.vect out=blaout.vect -a<br></div><div>the -a flag in the module would take the actual selected monitor history of d.* commands and add one line with the "d.vect blaout.vect" at the end, and run the new history in it.<br><br><br>?????</div><div><br><br></div><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">----------<br>Yann Chemin<br>Planetary Scientist<br>Latest: <a href="https://peerj.com/preprints/2124/" target="_blank">https://peerj.com/preprints/2124/</a><br>-----<br><b>JRC:</b> <a href="https://www.thefreelibrary.com/3628+-+CANHEMON+Remote+sensing+based+forest+canopy+health+monitoring...-a0453990005" target="_blank">https://www.thefreelibrary.com/3628+-+CANHEMON+Remote+sensing+based+forest+canopy+health+monitoring...-a0453990005</a><br><b>OSGeo: </b><a href="https://wiki.osgeo.org/wiki/Open_Monitoring_Systems_Working_Group" target="_blank">https://wiki.osgeo.org/wiki/Open_Monitoring_Systems_Working_Group</a><br><br></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On 3 February 2017 at 11:10, Martin Landa <span dir="ltr"><<a href="mailto:landa.martin@gmail.com" target="_blank">landa.martin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">2017-02-03 11:04 GMT+01:00 Yann Chemin <<a href="mailto:dr.yann.chemin@gmail.com">dr.yann.chemin@gmail.com</a>>:<br>
> say all raster and imagery and vector modules that generate output map(s), I<br>
> would like this(ese) map(s) to be added to the current stack in the current<br>
> display, the same way it works in the GUI version of the modules (i.e.<br>
> Check-box "Add created maps to layer tree").<br>
<br>
</span>so, something like:<br>
<br>
# new flag -a: Add new maps to display automaticaly<br>
d.mon wx0 -a<br>
v.random out=p1 n=1000 # new map added to display<br>
<br>
?<br>
<br>
But in this case you cannot control display parameters<br>
(d.vect/d.rast). There is no layer tree to define properties<br>
afterwards. I am not sure if such flag would make sense.<br>
<br>
Now you need:<br>
<br>
d.mon wx0<br>
v.random ...<br>
d.vect p1 ...<br>
<div class="HOEnZb"><div class="h5"><br>
Ma<br>
<br>
--<br>
Martin Landa<br>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa" rel="noreferrer" target="_blank">http://geo.fsv.cvut.cz/gwiki/<wbr>Landa</a><br>
<a href="http://gismentors.cz/mentors/landa" rel="noreferrer" target="_blank">http://gismentors.cz/mentors/<wbr>landa</a><br>
</div></div></blockquote></div><br></div>