<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Did you include the definition for EPSG:26915?&nbsp; Otherwise it will
    try to look it up via a proxy.<br>
    <br>
    <pre>Proj4js.defs["EPSG:26915"] = "+proj=utm +zone=15 +ellps=GRS80 +datum=NAD83 +units=m +no_defs";

Mike
</pre>
    <br>
    <br>
    On 31/10/2011 10:41 PM, Matthew Pettis wrote:
    <blockquote
cite="mid:CAH5CWrQvaiT_rRqA=YgpmEotrVSRp4eE808yKFDKzPU1tdaagg@mail.gmail.com"
      type="cite">
      <div>I am trying to do a coordinate transform of bounds in
        Openlayers, and have tried the following, which, for both
        console.log() statements, gives me the same bounds in both cases
        (but I expect the second statement to give me bounds in
        EPGS:4326):</div>
      <div><br>
      </div>
      <div>
        <div>
          <div>&nbsp; &nbsp; &lt;html xmlns="<a moz-do-not-send="true"
              href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &lt;head&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;title&gt;Bounds Example&lt;/title&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;script
            src="/OpenLayers-2.10/OpenLayers.js"&gt;&lt;/script&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;script type="text/javascript"&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; function init(){</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var fromProjection = new
            OpenLayers.Projection("EPSG:26915");</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var toProjection = new
            OpenLayers.Projection("EPSG:4326");</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var extent = new
OpenLayers.Bounds(189775.379950,4816289.746171,761662.354535,5472414.143295);</div>
          <div>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; console.log(extent);</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            console.log(extent.transform(fromProjection,toProjection));</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &lt;/head&gt;</div>
          <div>
            &nbsp; &nbsp;&nbsp;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;body onload="init()"&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/body&gt;</div>
          <div>&nbsp; &nbsp;&nbsp;</div>
          <div>&nbsp; &nbsp; &lt;/html&gt;</div>
        </div>
      </div>
      <div><br>
      </div>
      <div>In both console.log() statements, I get the following object
        (c&amp;p from Chrome javascript debugger):</div>
      <div><br>
      </div>
      <div>&nbsp; &nbsp; Class</div>
      <div>&nbsp; &nbsp; bottom: 4816289.746171</div>
      <div>&nbsp; &nbsp; centerLonLat: null</div>
      <div>&nbsp; &nbsp; left: 189775.37995</div>
      <div>&nbsp; &nbsp; right: 761662.354535</div>
      <div>&nbsp; &nbsp; top: 5472414.143295</div>
      <div>&nbsp; &nbsp; __proto__: Object</div>
      <div><br>
      </div>
      <div>I read the documentation for proj4js with openlayers here,
        and it tells me:</div>
      <div><br>
      </div>
      <div>OpenLayers integrates with Proj4js if the library is
        available. This will make using it a bit easier. Having it in
        the same folder as OpenLayers.js will make it available.</div>
      <div><br>
      </div>
      <div>Which I did via a symlink:</div>
      <div><br>
      </div>
      <div>&nbsp; &nbsp; matt@xxxxxxxx:/var/www/xxxxx$ ll
        /var/www/OpenLayers-2.10/</div>
      <div>&nbsp; &nbsp; total 1008</div>
      <div>&nbsp; &nbsp; drwxr-xr-x 13 matt matt &nbsp; 4096 Nov &nbsp;1 01:49 .</div>
      <div>&nbsp; &nbsp; drwxrwxrwx 30 root root &nbsp; 4096 Nov &nbsp;1 01:43 ..</div>
      <div>&nbsp; &nbsp; -rw-r--r-- &nbsp;1 matt matt 945828 Sep &nbsp;9 &nbsp;2010 OpenLayers.js</div>
      <div>&nbsp; &nbsp; ...</div>
      <div>&nbsp; &nbsp; lrwxrwxrwx &nbsp;1 matt matt &nbsp; &nbsp; 31 Nov &nbsp;1 01:49 proj4js.js
        -&gt; /var/www/proj4js/lib/proj4js.js</div>
      <div>&nbsp; &nbsp; ...</div>
      <div><br>
      </div>
      <div>Can someone help me diagnose what I'm doing wrong here?</div>
      <div><br>
      </div>
      <div>Thanks, Matt</div>
      <div><br>
      </div>
      <div>PS -- I've crossposted from stackoverflow, as I don't know
        which place is getting more activity --&nbsp;<a
          moz-do-not-send="true"
href="http://stackoverflow.com/questions/7961872/openlayers-bounds-transform-not-doing-transform">http://stackoverflow.com/questions/7961872/openlayers-bounds-transform-not-doing-transform</a></div>
      <div><br>
      </div>
      <div><br>
      </div>
      -- <br>
      Do not seek to follow in the footsteps of the wise men of old.
      Seek what they sought.<br>
      <br>
      - Matsuo Munefusa (&#8221;Basho&#8221;)<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/openlayers-users">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a>
</pre>
    </blockquote>
  </body>
</html>