Hi everyone!<br><br>I&#39;m new on this mailing list, so I&#39;ll introduce myself in a few words: my name is Clément Ronzon, I&#39;m living in France but I&#39;m going to move to Mexico in a few months, I&#39;m working in Informatics design and development for France Telecom, and I&#39;m the developer of TWCC (<a href="http://twcc.free.fr">http://twcc.free.fr</a>).<br>
<br>I have a question about geocent projections.<br>I have the following definition :<br><i>Proj4js.defs[&quot;IGNF:AMST63&quot;] = &quot;+title=Ile d&#39;Amsterdam 1963 +proj=<b>geocent</b> +towgs84=109.7530,-528.1330,-362.2440 +a=6378388.0000 +rf=297.0000000000000 +units=m +no_defs&quot;;</i><br>
<br>But when proj4js tries to load the geocent proj file it fails because there is no geocent.js file. Actually I found that this file has been removed (<a href="http://trac.osgeo.org/proj4js/ticket/16">http://trac.osgeo.org/proj4js/ticket/16</a>).<br>
<br>So I tried to create /lib/projCode/geocent.js with this content:<br><i>Proj4js.Proj.geocent = {<br>    GEOCENT_LAT_ERROR:0x0001,<br>  init: function() {<br>    //no-op<br>  },<br>  forward: function(pt) {<br>    //identity transform<br>
    return pt;<br>  },<br>  inverse: function(pt) {<br>    //identity transform<br>    return pt;<br>  }<br>};</i><br><br>But it seems that the result of transformations is wrong (some meters on X and Y).<br>Could someone tell me how can I solve this issue please ?<br>
<br>Thanks in advance! And, by the way, congratulations for those metaCRS projects!!!<br clear="all">Clément Ronzon<br>151 Av. Félix Faure<br>69003 LYON, FRANCE<br>Tel. # : +33 (0)9 54 43 12 20<br>Fax # : +33 (0)9 59 43 12 20<br>
Cell. # : +33 (0)6 08 21 23 27<br><a href="http://twcc.free.fr" target="_blank">http://twcc.free.fr</a><br><a href="http://www.grottocenter.org" target="_blank">http://www.grottocenter.org</a><br><a href="http://www.zakbag.com" target="_blank">http://www.zakbag.com</a><br>