Thanks for answering!<br>
<br>
But aren't the d.* commands for visualization purposes ?<br>
Maybe I didn't succeed i posing my question!<br>
Lets take a concrete situation, maybe I will be more clear.<br>
Suppose you want to represent a pipe. I has a name (pipe1 p.e.), an orientation (take vertical, for example) and a<br>
location (its coordinates, for example). How do I represent that object
in grass? How do I represent the object pipe1, with vertical
orientation and location x,y ?<br>
I thougth it would be necessary to make some db files!If not, then when and where must I use them ? <br>
<br>
Thanks :-)<br><br><div><span class="gmail_quote">2006/5/2, Hamish &lt;<a href="mailto:hamish_nospam@yahoo.com">hamish_nospam@yahoo.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; I want to represent an object, with a specific orientation and name.<br><br>text object? graphic?<br><br>&gt; How do I represent it in grass ? Do I have to build a SQL database<br>&gt; with db ? I think this is related to attribute management issues! How
<br>&gt; can I learn more about this ?<br><br>(latest GRASS 6.1 may be needed for many of the following)<br><br>text:<br> d.vect disp=attr&nbsp;&nbsp;(several label options but no rotate)<br> d.text rotation=<br> d.text.freetype rotation=
<br> v.label (-a,-c,rotation=) + d.labels<br><br>symbol:<br> d.vect icon=<br> d.graph (-m) symbol command<br><br>PostScript graphic:<br> .eps can be inserted and rotated in ps.map<br> ps.map can read labels from v.label<br>
 A .eps -&gt; d.graph converter script is still missing. (not hard!)<br> Rotation code is still missing in d.graph (S_stroke() actually)<br><br>NVIZ:<br> some things are possible but you'll have to expolore.<br><br>New GUI:
<br> gis.m label tools (PS and normal)<br><br><br>Hamish<br></blockquote></div><br>