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>