Hi,<br><br>it&#39;s been a while since I last wrote this but I got the last svn version and still I can&#39;t reproject in IE.<br>I need to reproject to UTM so I can calculate the coordinates of one point from another base point in one known direction to a distance. For instance: I need to know the coordinates of a X point that is 10 metres from point A (coordinates known) following 45 degrees north.<br>
I know I can do that with UTM coordinates just with some basic trigonometry. Is it possible with lat and lon coordinates?<br><br>And going back to the reprojection issue these are the include files:<br><br>    &lt;script src=&quot;../proj4js/lib/proj4js.js&quot;&gt;&lt;/script&gt;<br>
    &lt;script src=&quot;../proj4js/lib/defs/EPSG23031.js&quot;&gt;&lt;/script&gt;<br><br>and this is the EPSG23031.js file<br>Proj4js.defs[&quot;EPSG:23031&quot;] = &quot;+proj=utm +zone=31 +ellps=intl +units=m +no_defs &quot;;<br>
<br>Am I still missing something.<br><br><div class="gmail_quote">On Tue, Mar 10, 2009 at 3:08 PM, Mike Adair <span dir="ltr">&lt;<a href="mailto:madair@dmsolutions.ca">madair@dmsolutions.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
There was an IE bug in Proj4js that got fixed a few weeks ago.  I would first suggest to make sure you are using the SVN version, (I really should prepare another release candidate for Proj4js).<br>
<br>
Mike<br>
<br>
toni hernández wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
hi,<br>
<br>
I need to reproject a map with proj4js from 4326 to 23030 and display the mouseposition in 23030.<br>
All the proj4js files with my projections are included (as I read somewhere) but still IE is not reprojecting.<br>
FF works great.<br>
What&#39;s that I am missing?<br>
<br>
Cheers.<br>
<br>
    &lt;script src=&quot;../proj4js/lib/proj4js.js&quot;&gt;&lt;/script&gt;<br>
    &lt;script src=&quot;../proj4js/lib/defs/EPSG23029.js&quot;&gt;&lt;/script&gt;<br>
    &lt;script src=&quot;../proj4js/lib/defs/EPSG23030.js&quot;&gt;&lt;/script&gt;<br>
    &lt;script src=&quot;../proj4js/lib/defs/EPSG23031.js&quot;&gt;&lt;/script&gt;<br></div></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Dev mailing list<br>
<a href="mailto:Dev@openlayers.org" target="_blank">Dev@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/dev" target="_blank">http://openlayers.org/mailman/listinfo/dev</a><br>
  <br>
</blockquote>
<br>
-- <br>
  Michael Adair<br>
  Senior Software Architect<br>
  DM Solutions Group Inc.<br>
<br>
  Office: (613) 565-5056 x26<br>
  <a href="mailto:madair@dmsolutions.ca" target="_blank">madair@dmsolutions.ca</a><br>
  <a href="http://www.dmsolutions.ca" target="_blank">http://www.dmsolutions.ca</a><br>
  <a href="http://research.dmsolutions.ca" target="_blank">http://research.dmsolutions.ca</a><br>
<br>
<br>
</blockquote></div><br>