My map is in EPSG:900913, but I want to use displayProjection so that the mousePosition control returns coordinates in EPSG:26716 (UTM zone 16 N, nad27).<br><br>Proj4js is installed and I&#39;ve downloaded the definition for EPSG:26716 from <a href="http://spatialrefernce.org">spatialrefernce.org</a> and loaded it into the script with<br>
<div><br><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&lt;script src=&quot;..\proj4js\lib\proj4js-combined.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; <br>&lt;script src=&quot;..\proj4js\lib\defs\EPSG26716.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br>
&lt;script src=&quot;..\proj4js\lib\defs\EPSG900913.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; <br></span><br></div><div>The map and display projections are set with </div><div><br></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">proje</span><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">ction: new OpenLayers.Projection(&quot;EPSG:900913&quot;),<br>
displayProjection: new OpenLayers.Projection(&quot;EPSG:26716&quot;),</span><br></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 12px;">But the only way I can get the mousePosition control to give me anything other than EPSG:900913 is to set the displayProjection to EPSG:4326.  I&#39;ve tried several output projections.  It feels like I&#39;m missing something obvious.  Any help appreciated.</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 12px;">--cj</span></div>