<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6617.47">
<TITLE>Losing projection info when running transformation method for the 2nd time.</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hello,</FONT>

<BR><FONT SIZE=2 FACE="Arial">i'am writing a program with perform transformations on map files.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">This program is written in vb.net and i had to create a bridge(dll) between </FONT>

<BR><FONT SIZE=2 FACE="Arial">gdal/ogr and the .net platform (with managed c&#43&#43) and it works pretty well</FONT>

<BR><FONT SIZE=2 FACE="Arial">(any problem of compilation with visual c&#43&#43).</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">The program takes a file in entry (mapinfo or esri), performs transformations (add/remove/rename fields),</FONT>

<BR><FONT SIZE=2 FACE="Arial">recopies features (like ogr2ogr) and saves the new file as a mapinfo file.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">OK so my program works and do what i want, but only one time per execution...</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I have to translate a thousand of files like that and only the first file is correct,</FONT>

<BR><FONT SIZE=2 FACE="Arial">I need to re-launch the program to translate correctly only one file...</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">The other files that the first can't be opened with mapinfo due to corrupted data???</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">So I search for the origin of the problem and I've found that the 2nd file haven't the good</FONT>

<BR><FONT SIZE=2 FACE="Arial">projection info.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">-&gt;first file(wkt): -&gt; projection lambert II carto (for france)</FONT>
<UL>
<P><FONT SIZE=2 FACE="Arial">PROJCS[&quot;NTF_Lambert_II_étendu&quot;,GEOGCS[&quot;GCS_NTF&quot;,DATUM[&quot;NTF&quot;,SPHEROID[&quot;Clarke_188</FONT>

<BR><FONT SIZE=2 FACE="Arial">0_IGN&quot;,6378249.2,293.46602]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.01745329251</FONT>

<BR><FONT SIZE=2 FACE="Arial">99433]],PROJECTION[&quot;Lambert_Conformal_Conic_1SP&quot;],PARAMETER[&quot;False_Easting&quot;,6000</FONT>

<BR><FONT SIZE=2 FACE="Arial">00.0],PARAMETER[&quot;False_Northing&quot;,2200000.0],PARAMETER[&quot;Central_Meridian&quot;,2.33722</FONT>

<BR><FONT SIZE=2 FACE="Arial">91667],PARAMETER[&quot;Standard_Parallel_1&quot;,45.8989188889],PARAMETER[&quot;Standard_Parall</FONT>

<BR><FONT SIZE=2 FACE="Arial">el_2&quot;,47.6960144444],PARAMETER[&quot;Scale_Factor&quot;,1.0],PARAMETER[&quot;Latitude_Of_Origin</FONT>

<BR><FONT SIZE=2 FACE="Arial">&quot;,46.8],UNIT[&quot;Meter&quot;,1.0]]</FONT>
</P>
</UL>
<P><FONT SIZE=2 FACE="Arial">-&gt;2nd file(wkt) (only openable with ogr)</FONT>
<UL>
<P><FONT SIZE=2 FACE="Arial">GEOGCS[&quot;unnamed&quot;,DATUM[&quot;WGS_1984&quot;,SPHEROID[&quot;WGS 84&quot;,6378137,298.257223563],TOWGS</FONT>

<BR><FONT SIZE=2 FACE="Arial">84[0,0,0,0,0,0,0]],PRIMEM[&quot;Greenwich&quot;,0],UNIT[&quot;degree&quot;,0.0174532925199433]]</FONT>
</P>
</UL>
<P><FONT SIZE=2 FACE="Arial">all the other files get this projection info until I stop the program and re-lauch it.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I think Maybe I miss to delete/clean something the first time?</FONT>

<BR><FONT SIZE=2 FACE="Arial">Is it normal that the file is created when I delete the datasource? &gt;delete poODS;</FONT>

<BR><FONT SIZE=2 FACE="Arial">Have you any idea about the origin of this problem?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thank you...</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Paul De Vlieger</FONT>
</P>

</BODY>
</HTML>