Dzie,kuje bardzo Maciej,<br><br>It has worked, <br><br><br><div class="gmail_quote">2008/6/6 Maciej Sieczka &lt;tutey@o2.pl&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Manuel Sangiao pisze:<div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
after the reprojection in another mapset I used v.line.center, all<br>
ok. But, I obtain a new layer without database. The input layer have<br>
database.<br>
</blockquote>
<br></div>
v.line.center does not copy the input vector&#39;s table to output vector.<div class="Ih2E3d"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
v.db.connect -p glines1 Vector map &lt;glines1&gt; is connected by: layer<br>
&lt;2&gt; table &lt;glines1&gt; in database &lt;/scratch/manuel/GISDATA//admprojected/manuel/dbf/&gt; through driver<br>
&lt;dbf&gt; with key &lt;cat&gt;<br>
</blockquote>
<br>
</div><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have read that the result layer (pts1) contains the category<br>
numbers of the input vector line layer.<br>
<br>
Is there a solution?<br>
</blockquote>
<br></div>
Yes. As the category numbers are the same, you can:<br>
<br>
# given that the name of the v.line.center&#39;s input vector is &quot;lines&quot; and<br>
# the output is &quot;points&quot;:<br>
<br>
# copy the input table:<br>
db.copy from_table=lines to_table=points<br>
<br>
# connect the table &quot;points&quot; to vector map &quot;points&quot;:<br>
v.db.connect points table=points<br>
<br>
Now query (d.what.vect, v.db.select) to check if everything&#39;s OK.<br>
<br>
Mind that I assume plenty of defaults in the example above - verify your<br>
layer number, key column name etc. Refer to to commands&#39;s manuals.<br>
<br>
Maciek<div><div></div><div class="Wj3C7c"><br>
<br>
-- <br>
Maciej Sieczka<br>
<a href="http://www.sieczka.org" target="_blank">www.sieczka.org</a><br>
</div></div></blockquote></div><br>