Hi Francisco,<br>you said that the patch is under SVN, but under which tree? I can&#39;t find it.. Will it be included in a further cumulative patch for gvSIG 1.9?<br><br>All the best,<br>Flavio<br><br><div class="gmail_quote">

2010/3/8 Flavio Pompermaier <span dir="ltr">&lt;<a href="mailto:fla83tn@gmail.com">fla83tn@gmail.com</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;">

Thank you all for the replies. I think the problem is caused by my<br>
Eclipse formatting settings. I probably forgot to disable automatic<br>
formatting when editing the libFMap files..<br>
<br>
2010/3/8, Benjamin Ducke &lt;<a href="mailto:benjamin.ducke@oxfordarch.co.uk">benjamin.ducke@oxfordarch.co.uk</a>&gt;:<br>
<div><div></div><div class="h5">&gt; A diff file contains a list of lines to match<br>
&gt; in the target file, a list of lines to delete<br>
&gt; if the match is found and a list of lines to<br>
&gt; add. Sometimes, the two files can differ in minor<br>
&gt; respects, e.g. if some extra blank lines were<br>
&gt; inserted or some comments or new line breaks.<br>
&gt; In that case, the lines cannot be exactly matched<br>
&gt; and a bit of tolerance (or fuzziness) needs to<br>
&gt; be allowed to find the next best match.<br>
&gt; That&#39;s what happened in your case.<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; Ben<br>
&gt;<br>
&gt; ----- Original Message -----<br>
&gt; From: &quot;Francisco José Peñarrubia&quot; &lt;<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a>&gt;<br>
&gt; To: &quot;Users and Developers mailing list&quot;<br>
&gt; &lt;<a href="mailto:gvsig_internacional@listserv.gva.es">gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt; Sent: Monday, March 8, 2010 7:43:20 PM GMT +01:00 Amsterdam / Berlin / Bern<br>
&gt; / Rome / Stockholm / Vienna<br>
&gt; Subject: Re: [Gvsig_english] gvSIG 1.9 patch for managing measured 3D<br>
&gt; Polylines of Shapefiles<br>
&gt;<br>
&gt; @ Benjamin. I don&#39;t use command line for this. I mainly use windows, and<br>
&gt; console svn is unknown for me.<br>
&gt; @ Flavio. It&#39;s ok know. I finally managed to put this changes inside<br>
&gt; SVN. I used a button &quot;Guess&quot;, wich states Maximum fuzz factor. I don&#39;t<br>
&gt; know what it means, but after pressing it, it got &quot;52&quot; and the changes<br>
&gt; appeared in this dialog.<br>
&gt;<br>
&gt; Extrange, isn&#39;t it??.<br>
&gt;<br>
&gt; Cheers, and once again, thanks for the patch.<br>
&gt;<br>
&gt; Fran.<br>
&gt;<br>
&gt; Flavio Pompermaier escribió:<br>
&gt;&gt; I did the patch via Subversive plugin of Eclipse, as I did the first<br>
&gt;&gt; time.<br>
&gt;&gt; If there are problems with the last I sent I could remake it tomorrow.<br>
&gt;&gt; I&#39;m not that good at reading diffs.. :(<br>
&gt;&gt;<br>
&gt;&gt; 2010/3/8 Benjamin Ducke &lt;<a href="mailto:benjamin.ducke@oxfordarch.co.uk">benjamin.ducke@oxfordarch.co.uk</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:benjamin.ducke@oxfordarch.co.uk">benjamin.ducke@oxfordarch.co.uk</a>&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     Oh, yes, I applied the patch manually because I wanted to<br>
&gt;&gt;     understand what it does. Didn&#39;t even realize that Eclipse<br>
&gt;&gt;     does patches. Can it book flights and boil eggs too, now?<br>
&gt;&gt;<br>
&gt;&gt;     Does the &quot;patch&quot; command line tool not work for you?<br>
&gt;&gt;<br>
&gt;&gt;     Cheers,<br>
&gt;&gt;<br>
&gt;&gt;     Ben<br>
&gt;&gt;<br>
&gt;&gt;     ----- Original Message -----<br>
&gt;&gt;     From: &quot;Francisco José Peñarrubia&quot; &lt;<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a>&gt;&gt;<br>
&gt;&gt;     To: &quot;Users and Developers mailing list&quot;<br>
&gt;&gt;     &lt;<a href="mailto:gvsig_internacional@listserv.gva.es">gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:gvsig_internacional@listserv.gva.es">gvsig_internacional@listserv.gva.es</a>&gt;&gt;<br>
&gt;&gt;     Sent: Monday, March 8, 2010 6:54:32 PM GMT +01:00 Amsterdam /<br>
&gt;&gt;     Berlin / Bern / Rome / Stockholm / Vienna<br>
&gt;&gt;     Subject: Re: [Gvsig_english] gvSIG 1.9 patch for managing measured<br>
&gt;&gt;     3D Polylines of Shapefiles<br>
&gt;&gt;<br>
&gt;&gt;     You are right, the diff file contains this lines..... But when I<br>
&gt;&gt;     try to<br>
&gt;&gt;     patch libFMap, Eclipse does nothing...<br>
&gt;&gt;<br>
&gt;&gt;     I will investigate further....<br>
&gt;&gt;<br>
&gt;&gt;     Fran.<br>
&gt;&gt;<br>
&gt;&gt;     Benjamin Ducke escribió:<br>
&gt;&gt;     &gt; Hmmm, the patch I saved from Flavio&#39;s last email has<br>
&gt;&gt;     &gt; this, following line 515:<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; -                     case (SHP.POLYLINE2D):<br>
&gt;&gt;     &gt; -                     case (SHP.POLYLINE3D):<br>
&gt;&gt;     &gt; +                     case SHP.POLYLINE2D:<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt;                               auxType = auxType | FShape.LINE;<br>
&gt;&gt;     &gt;                               break;<br>
&gt;&gt;     &gt; -<br>
&gt;&gt;     &gt; -                     case (SHP.POLYLINEM):<br>
&gt;&gt;     &gt; +                     case SHP.POLYLINEM:<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt;                               auxType = auxType | FShape.LINE |<br>
&gt;&gt;     FShape.M;<br>
&gt;&gt;     &gt;                               break;<br>
&gt;&gt;     &gt; +                     case SHP.POLYLINE3D:<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; +                             auxType = auxType | FShape.LINE |<br>
&gt;&gt;     FShape.Z;<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; +                             break;<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; ... is that not it?<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Flavio, I think we need your opinion!<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Ben<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; ----- Original Message -----<br>
&gt;&gt;     &gt; From: &quot;Francisco José Peñarrubia&quot; &lt;<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a>&gt;&gt;<br>
&gt;&gt;     &gt; To: &quot;Users and Developers mailing list&quot;<br>
&gt;&gt;     &lt;<a href="mailto:gvsig_internacional@listserv.gva.es">gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:gvsig_internacional@listserv.gva.es">gvsig_internacional@listserv.gva.es</a>&gt;&gt;<br>
&gt;&gt;     &gt; Sent: Monday, March 8, 2010 6:15:25 PM GMT +01:00 Amsterdam /<br>
&gt;&gt;     Berlin / Bern / Rome / Stockholm / Vienna<br>
&gt;&gt;     &gt; Subject: Re: [Gvsig_english] gvSIG 1.9 patch for managing<br>
&gt;&gt;     measured 3D Polylines of Shapefiles<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Hi Ben.<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Sorry, I don&#39;t understand. Why do you feel irritated??.<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Flavio sent some months ago a patch. I put the patch in gvSIG<br>
&gt;&gt;     official<br>
&gt;&gt;     &gt; SVN, and now, comparing this new patch and the code<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt;           case SHP.POLYLINE2D:<br>
&gt;&gt;     &gt;                 auxType = auxType | FShape.LINE;<br>
&gt;&gt;     &gt;                 break;<br>
&gt;&gt;     &gt;             case SHP.POLYLINEM:<br>
&gt;&gt;     &gt;                 auxType = auxType | FShape.LINE | FShape.M;<br>
&gt;&gt;     &gt;                 break;<br>
&gt;&gt;     &gt;             case SHP.POLYLINE3D:<br>
&gt;&gt;     &gt;                 auxType = auxType | FShape.LINE | FShape.Z;<br>
&gt;&gt;     &gt;                 break;<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; I can&#39;t find this code inside the last patch. It seems (for me,<br>
&gt;&gt;     at last)<br>
&gt;&gt;     &gt; that the patch maybe and old one, and that&#39;s why I&#39;m asking his<br>
&gt;&gt;     opinion...<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Cheers.<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Fran.<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; Benjamin Ducke escribió:<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt;&gt; Hi Fran,<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; this irritates me a little. I just merged this patch<br>
&gt;&gt;     &gt;&gt; into the OADE codebase and everything was in there,<br>
&gt;&gt;     &gt;&gt; just as Flavio said it should.<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; Cheers,<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; Ben<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; ----- Original Message -----<br>
&gt;&gt;     &gt;&gt; From: &quot;Francisco José Peñarrubia&quot; &lt;<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a>&gt;&gt;<br>
&gt;&gt;     &gt;&gt; To: &quot;Users and Developers mailing list&quot;<br>
&gt;&gt;     &lt;<a href="mailto:gvsig_internacional@listserv.gva.es">gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:gvsig_internacional@listserv.gva.es">gvsig_internacional@listserv.gva.es</a>&gt;&gt;<br>
&gt;&gt;     &gt;&gt; Sent: Monday, March 8, 2010 5:30:21 PM GMT +01:00 Amsterdam /<br>
&gt;&gt;     Berlin / Bern / Rome / Stockholm / Vienna<br>
&gt;&gt;     &gt;&gt; Subject: Re: [Gvsig_english] gvSIG 1.9 patch for managing<br>
&gt;&gt;     measured 3D Polylines of Shapefiles<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; Hi Flavio.<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; First of all, thanks for the patch.<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; And now, my question: It seems the patch file doesn&#39;t have this<br>
&gt;&gt;     &gt;&gt; changes... Is it possible that you sent and old patch? (The old<br>
&gt;&gt;     patch is<br>
&gt;&gt;     &gt;&gt; already in SVN).<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; Best regards.<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; Fran.<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; Flavio Pompermaier escribió:<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt; Hi Francisco,<br>
&gt;&gt;     &gt;&gt;&gt; I discovered these days that the patch for managing 4d<br>
&gt;&gt;     shapefiles I<br>
&gt;&gt;     &gt;&gt;&gt; sent to you some weeks ago is uncomplete.<br>
&gt;&gt;     &gt;&gt;&gt; 4D shapefiles are read correctly with that patch, but if I start<br>
&gt;&gt;     &gt;&gt;&gt; editing them and then I save them, the shapeWriter do not work as<br>
&gt;&gt;     &gt;&gt;&gt; expected.<br>
&gt;&gt;     &gt;&gt;&gt; The malfunctioning is caused by the fact that when the shapeWriter<br>
&gt;&gt;     &gt;&gt;&gt; tries to get the layer type<br>
&gt;&gt;     &gt;&gt;&gt; the IndexedShpDriver collapse 2d and 4d shapefiles to the same<br>
&gt;&gt;     type of<br>
&gt;&gt;     &gt;&gt;&gt; layer:<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;             case (SHP.POLYLINEM):<br>
&gt;&gt;     &gt;&gt;&gt;                 auxType = auxType | FShape.LINE | FShape.M;<br>
&gt;&gt;     &gt;&gt;&gt;                 break;<br>
&gt;&gt;     &gt;&gt;&gt;             case (SHP.POLYLINE2D):<br>
&gt;&gt;     &gt;&gt;&gt;             case (SHP.POLYLINE3D):<br>
&gt;&gt;     &gt;&gt;&gt;                 auxType = auxType | FShape.LINE;<br>
&gt;&gt;     &gt;&gt;&gt;                 break;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt; while it must be:<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;            case SHP.POLYLINE2D:<br>
&gt;&gt;     &gt;&gt;&gt;                 auxType = auxType | FShape.LINE;<br>
&gt;&gt;     &gt;&gt;&gt;                 break;<br>
&gt;&gt;     &gt;&gt;&gt;             case SHP.POLYLINEM:<br>
&gt;&gt;     &gt;&gt;&gt;                 auxType = auxType | FShape.LINE | FShape.M;<br>
&gt;&gt;     &gt;&gt;&gt;                 break;<br>
&gt;&gt;     &gt;&gt;&gt;             case SHP.POLYLINE3D:<br>
&gt;&gt;     &gt;&gt;&gt;                 auxType = auxType | FShape.LINE | FShape.Z;<br>
&gt;&gt;     &gt;&gt;&gt;                 break;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt; The new version of the patch of libFMap is attached to the mail.<br>
&gt;&gt;     &gt;&gt;&gt; Best regards,<br>
&gt;&gt;     &gt;&gt;&gt; Flavio<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt; 2010/2/1 Flavio Pompermaier &lt;<a href="mailto:fla83tn@libero.it">fla83tn@libero.it</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:fla83tn@libero.it">fla83tn@libero.it</a>&gt; &lt;mailto:<a href="mailto:fla83tn@libero.it">fla83tn@libero.it</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:fla83tn@libero.it">fla83tn@libero.it</a>&gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;     Hi Francisco,<br>
&gt;&gt;     &gt;&gt;&gt;     I was thinking nobody read my email..<br>
&gt;&gt;     &gt;&gt;&gt;     However, I tested the solution against the attached shapefile,<br>
&gt;&gt;     &gt;&gt;&gt;     which has x,y,z and m dimension (although z is always 0...).<br>
&gt;&gt;     &gt;&gt;&gt;     I didn&#39;t test legends and labelling because by now I use<br>
&gt;&gt;     it like a<br>
&gt;&gt;     &gt;&gt;&gt;     normal 3D shapefile.<br>
&gt;&gt;     &gt;&gt;&gt;     But if you do it it should be certainly a good idea!<br>
&gt;&gt;     &gt;&gt;&gt;     Moreover I didn&#39;t test non-indexed shapefiles but I don&#39;t even<br>
&gt;&gt;     &gt;&gt;&gt;     know if they exist..and also if they do<br>
&gt;&gt;     &gt;&gt;&gt;     it seems to me that the code to manage them is always passing<br>
&gt;&gt;     &gt;&gt;&gt;     through the classes I modified.<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;     Thanks for keeping me up to date,<br>
&gt;&gt;     &gt;&gt;&gt;     Flavio<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;     2010/1/29 Francisco José Peñarrubia &lt;<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a>&gt;<br>
&gt;&gt;     &gt;&gt;&gt;     &lt;mailto:<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a> &lt;mailto:<a href="mailto:fpenarru@gmail.com">fpenarru@gmail.com</a>&gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         Hi Flavio.<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         Sorry about this late response... :-(.<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         About the patch, we are going to evaluate it. Please,<br>
&gt;&gt;     can you<br>
&gt;&gt;     &gt;&gt;&gt;         send us<br>
&gt;&gt;     &gt;&gt;&gt;         some shapefiles to test, and one or two use cases?.<br>
&gt;&gt;     &gt;&gt;&gt;         We are going to test also some legends, and labelling<br>
&gt;&gt;     (just in<br>
&gt;&gt;     &gt;&gt;&gt;         case you<br>
&gt;&gt;     &gt;&gt;&gt;         haven&#39;t tested it yet).<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         Thanks a lot for this collaboration, and keep going,<br>
&gt;&gt;     please.<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         Fran Peñarrubia.<br>
&gt;&gt;     &gt;&gt;&gt;         gvSIG Team<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         Flavio Pompermaier escribió:<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; Hi to all,<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; In the project I&#39; working on I had the need of<br>
&gt;&gt;     managing M<br>
&gt;&gt;     &gt;&gt;&gt;         dimension of<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; PolylineZ contained in shapefiles<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; and I had to modify the libFMap and read also M<br>
&gt;&gt;     coordinate for<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; Shape.POLYLINE3D.<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; The patch is attached to this mail.<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; I&#39;d like to know whether this patch could be added of<br>
&gt;&gt;     &gt;&gt;&gt;         interest for a<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; cumulative further patch of gvSIG 1.9.<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -------------------------------------------------------------------------------------------------------------------------------------------------------<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;  Brief summary:<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -------------------------------------------------------------------------------------------------------------------------------------------------------<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; - Class ShapeZMFactory proxies the creation of<br>
&gt;&gt;     Z-geometries<br>
&gt;&gt;     &gt;&gt;&gt;         with four<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; coordinates. By now only polylines<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; are managed but, if somedays there will be the need of<br>
&gt;&gt;     &gt;&gt;&gt;         managing also<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; Zpoints, Zmultipoints and Zpolygons<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; with four dimension, you can always implement method<br>
&gt;&gt;     for their<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; creation in the aforementioned class.<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; - Class FPolyline3DM extends FPolyline3D in order to<br>
&gt;&gt;     manage m<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; dimension of PolylineZ shapes<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; - Class IndexedShpDriver instead manage the reading of m<br>
&gt;&gt;     &gt;&gt;&gt;         coordinate<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; from shapefiles..<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --------------------------------------------------------------------------------------------------------------------------------------------------------<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; If anyone knows if I&#39;ve forgotten to touch other<br>
&gt;&gt;     classes in<br>
&gt;&gt;     &gt;&gt;&gt;         order to<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; make my patch complete is pleased to let<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; me know about it.<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; Best regards,<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; Flavio Pompermaier<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; _______________________________________________<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; Gvsig_internacional mailing list<br>
&gt;&gt;     &gt;&gt;&gt;         &gt; <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     <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>
&gt;&gt;     &gt;&gt;&gt;         &gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         _______________________________________________<br>
&gt;&gt;     &gt;&gt;&gt;         Gvsig_internacional mailing list<br>
&gt;&gt;     &gt;&gt;&gt;         <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt;&gt;     &gt;&gt;&gt;         &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     <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>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;     &gt;&gt;&gt; Gvsig_internacional mailing list<br>
&gt;&gt;     &gt;&gt;&gt; <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     <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>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt;&gt;<br>
&gt;&gt;     &gt;&gt; _______________________________________________<br>
&gt;&gt;     &gt;&gt; Gvsig_internacional mailing list<br>
&gt;&gt;     &gt;&gt; <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt;&gt;     &gt;&gt; <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>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; ------<br>
&gt;&gt;     &gt;&gt; Files attached to this email may be in ISO 26300 format (OASIS<br>
&gt;&gt;     Open Document Format). If you have difficulty opening them, please<br>
&gt;&gt;     visit <a href="http://iso26300.info" target="_blank">http://iso26300.info</a> for more information.<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt; _______________________________________________<br>
&gt;&gt;     &gt;&gt; Gvsig_internacional mailing list<br>
&gt;&gt;     &gt;&gt; <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt;&gt;     &gt;&gt; <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>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;&gt;<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; _______________________________________________<br>
&gt;&gt;     &gt; Gvsig_internacional mailing list<br>
&gt;&gt;     &gt; <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt;&gt;     &gt; <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>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; ------<br>
&gt;&gt;     &gt; Files attached to this email may be in ISO 26300 format (OASIS<br>
&gt;&gt;     Open Document Format). If you have difficulty opening them, please<br>
&gt;&gt;     visit <a href="http://iso26300.info" target="_blank">http://iso26300.info</a> for more information.<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; _______________________________________________<br>
&gt;&gt;     &gt; Gvsig_internacional mailing list<br>
&gt;&gt;     &gt; <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt;&gt;     &gt; <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>
&gt;&gt;     &gt;<br>
&gt;&gt;<br>
&gt;&gt;     _______________________________________________<br>
&gt;&gt;     Gvsig_internacional mailing list<br>
&gt;&gt;     <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt;&gt;     <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>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     ------<br>
&gt;&gt;     Files attached to this email may be in ISO 26300 format (OASIS<br>
&gt;&gt;     Open Document Format). If you have difficulty opening them, please<br>
&gt;&gt;     visit <a href="http://iso26300.info" target="_blank">http://iso26300.info</a> for more information.<br>
&gt;&gt;<br>
&gt;&gt;     _______________________________________________<br>
&gt;&gt;     Gvsig_internacional mailing list<br>
&gt;&gt;     <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>&gt;<br>
&gt;&gt;     <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>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Gvsig_internacional mailing list<br>
&gt;&gt; <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt;&gt; <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>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Gvsig_internacional mailing list<br>
&gt; <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt; <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>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------<br>
&gt; Files attached to this email may be in ISO 26300 format (OASIS Open Document<br>
&gt; Format). If you have difficulty opening them, please visit<br>
&gt; <a href="http://iso26300.info" target="_blank">http://iso26300.info</a> for more information.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Gvsig_internacional mailing list<br>
&gt; <a href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
&gt; <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>
&gt;<br>
<br>
</div></div><font color="#888888">--<br>
Inviato dal mio dispositivo mobile<br>
</font></blockquote></div><br>