Hi everyone!<br><br>I'm new on this mailing list, so I'll introduce myself in a few words: my name is Clément Ronzon, I'm living in France but I'm going to move to Mexico in a few months, I'm working in Informatics design and development for France Telecom, and I'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["IGNF:AMST63"] = "+title=Ile d'Amsterdam 1963 +proj=<b>geocent</b> +towgs84=109.7530,-528.1330,-362.2440 +a=6378388.0000 +rf=297.0000000000000 +units=m +no_defs";</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>