<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 9, 2015 at 12:43 PM, Vincent Bain <span dir="ltr"><<a href="mailto:bain@toraval.fr" target="_blank">bain@toraval.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I might miss something : when I run the command I get this error :<br>
ERROR: No graphics device selected. Use d.mon to select graphics device.<br></blockquote><div><br></div><div>hm,  in trunk, I am getting some weird error, but in releasebranch, typing in GUI command console :</div><div><br></div><div>d.to.rast output=xxx</div><div><br></div><div>works for me. I have to look at the error.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is it necessary to first start a graphics monitor (which one ?) and how<br>
is it possible to populate this display via the GUI layer manager (and<br>
not commands like d.vect, d.rast...)<br>
<br>
Sorry, I guess my issue is stupid!<br>
<span class="HOEnZb"><font color="#888888">Vincent.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
Le mercredi 09 septembre 2015 à 12:27 -0400, Anna Petrášová a écrit :<br>
> Hi Vincent,<br>
><br>
><br>
> if I understand your use case correctly, d.to.rast should do what you<br>
> want. It works in GUI. But maybe I am misunderstanding.<br>
><br>
> On Wed, Sep 9, 2015 at 9:52 AM, Vincent Bain <<a href="mailto:bain@toraval.fr">bain@toraval.fr</a>> wrote:<br>
>         Thanks you Anna,<br>
><br>
>         unfortunately I understand d.to.rast cannot handle the content<br>
>         of the<br>
>         gui default display frame, which is the only display that<br>
>         allows me to<br>
>         tweak transparency.<br>
><br>
>         My temporary fix was to :<br>
>         -"set computational region from display extent" ;<br>
>         -press the button "save display to graphic file", outputting<br>
>         my<br>
>         composition in a source.png file ;<br>
>         -then write down a short shell script in this flavor :<br>
><br>
>         %------------<br>
>         eval `g.region -g`<br>
>         IFS=,<br>
>         size=($(identify -format %w,%h source.png))<br>
>         gdal_translate -gcp 0 0 $w $n -gcp ${size[0]} 0 $e $n -gcp<br>
>         ${size[0]}<br>
>         ${size[1]} $e $s source.png target.tif<br>
>         gcps2wld.py target.tif>target.tfw<br>
>         %------------<br>
><br>
>         This method is certainly not much accurate but it provides me<br>
>         a fast<br>
>         georeferenced snapshot of a map composition.<br>
><br>
><br>
><br>
>         Yours,<br>
>         Vincent<br>
><br>
><br>
><br>
<br>
<br>
</div></div></blockquote></div><br></div></div>