Hi all,<br><br>I tried to use <i>geometries to points</i> but Sextante won&#39;t accept my multipoint layer  which I created in gvSIG.<br>While Antonio was answering I found the follwing &quot;not so complicated&quot; workaround:<br>
-export multipoint shp to PostGIS<br>-use this SQL-Statment:<br>&quot;SELECT ST_X(geom) As x, ST_Y(geom) as y<br>FROM (SELECT (ST_Dump(mpt.the_geom)).geom<br>   FROM multipointtest mpt)AS mpt;&quot;<br>this will explode the multipoints into points (function ST_Dump) and  create  the coordinates columns (functions ST_X and ST_Y)<br>
-Export the results as csv<br>-Add csv as Event Layer in gvSIG<br>- be happy ;-)<br>see screenshot<br><br>Best,<br>Johannes<br><br>PS: I  still use 1.1.2<br><br><br><div class="gmail_quote">2009/8/28 Antonio Falciano <span dir="ltr">&lt;<a href="mailto:afalciano@yahoo.it">afalciano@yahoo.it</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;">Wolfgang Qual ha scritto:<br>
<div class="im">&gt; Hello Jean,<br>
&gt; hm. right. I would suggest to write a feature request to this list. I<br>
&gt; could imagine that it is not that complicated to write a function for<br>
&gt; this purpose.<br>
&gt; However, I am not a developer. Therefore, I would be very glad, if one<br>
&gt; of the developers could comment this issue - ...<br>
&gt; gvSIG allows to create new multipoint features, but will it allow to<br>
&gt; convert multipart shapefiles to singlepart? Will it be possible to<br>
&gt; write a nice script for this purpose once the new 2.0 is available?<br>
&gt; Maybe it is more complex than I think. ogr2ogr does not allow the user<br>
&gt; to do this conversion...<br>
&gt; Any comments would be great.<br>
<br>
</div>Hi all,<br>
you can try with &quot;Geometries to Points&quot; tool of Sextante.<br>
<br>
Best regards,<br>
Antonio<br>
<div class="im"><br>
&gt; Best,<br>
&gt; Wolfgang<br>
&gt;<br>
&gt;<br>
&gt; Jean Hemmi schrieb:<br>
&gt;&gt; Hi Wolfgang,<br>
&gt;&gt; The Sextant option you&#39;ve proposed does not change the shapefile type from<br>
&gt;&gt; multipoint to point...<br>
&gt;&gt; It explose the points in many shp files.<br>
&gt;&gt;<br>
&gt;&gt; Has anybody an idea to change MULPOINT to POINT ?<br>
&gt;&gt; ogr2ogr refuse... Gvsig ?<br>
&gt;&gt;<br>
&gt;&gt; This thread is not about Sextant on 1.2 and 1.9...<br>
&gt;&gt;<br>
&gt;&gt; Thanks for your help.<br>
&gt;&gt;<br>
&gt;&gt; Jean<br>
&gt;&gt;<br>
<br>
--<br>
</div><font color="#888888">Antonio Falciano<br>
<a href="http://www.linkedin.com/in/antoniofalciano" target="_blank">http://www.linkedin.com/in/antoniofalciano</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Gvsig_internacional mailing list<br>
<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
<a href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional" target="_blank">http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</a><br>
</div></div></blockquote></div><br>