Hi Markus,<br><br>Thanks for answering. I solved using:<br><br>ogr2ogr -s_srs EPSG:23032 -t_srs EPSG:32632 repr_suolo_paes.shp suolo_paes_ext.shp<br><br>and imported the reprojected map with v.in.ogr. All polygons are reprojected now. <br>
But I noticed that using v.proj the map was reprojected with an important error .I have another map of the same area, when I try to overlay them they are in two different places, very far apart. But when I overlay the map reprojected with ogr, everythings looks OK.<br>
Couldn&#39;t it be a bug of v.proj? Has anyone had a similar problem using v.proj?<br><br>Thank you<br><br>Margherita<br><br><br><div class="gmail_quote">2010/12/5 Markus Neteler <span dir="ltr">&lt;<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Margherita,<br>
<div class="im"><br>
On Sat, Dec 4, 2010 at 8:18 PM, Margherita Di Leo &lt;<a href="mailto:diregola@gmail.com">diregola@gmail.com</a>&gt; wrote:<br>
&gt; Hi List,<br>
&gt;<br>
&gt; I have a problem using v.proj. In in the destination location the vector map<br>
&gt; is incomplete, it seems that the topology is not completely built. In<br>
&gt; particular, there are missing polygons. The command line:<br>
&gt;<br>
&gt; v.proj input=suolo_paes_ext location=UTM_32_ED50 mapset=mimmo<br>
&gt; output=suolo_paes_ext --o<br>
&gt;<br>
&gt; gives the following WARNING:<br>
&gt;<br>
&gt; Building topology for vector map &lt;suolo_paes_ext&gt;...<br>
&gt; Registering primitives...<br>
&gt; 5305 primitives registered<br>
&gt; 26646 vertices registered<br>
&gt; Building areas...<br>
&gt; WARNING: Area of size = 0.0 ignored<br>
&gt; WARNING: Area of size = 0.0 ignored<br>
</div>...<br>
<br>
You are reprojecting from UTM_32_ED50 into ...?<br>
<div class="im"><br>
&gt; I also tried to use v.build after that, without results.<br>
<br>
</div>In any case, you may need to clean up the topology *before* running v.proj.<br>
Perhaps the original map isn&#39;t clean.<br>
<font color="#888888"><br>
Markus<br>
</font></blockquote></div><br>