Thismust be a stupid newbie question but why are my lat lon vales out?<br><br>In the example code, I have:<br><br>&nbsp; lon = lon * 20037508.34 / 180;<br>&nbsp; lat = Math.log(Math.tan( (90 + lat) * PI / 360)) / (PI / 180);<br>&nbsp; lat = lat * 
20037508.34 / 180;<br>&nbsp; <br><br><br>Why are we converting values like this?&nbsp; There must be some reason but I don&#39;t get it.<br><br>PS: Is the API documentation down?&nbsp; I get a 404 error on every page, e.g. <a href="http://openlayers.org/doc/reference.html#OpenLayers.Marker">
http://openlayers.org/doc/reference.html#OpenLayers.Marker</a><br><br>mike<br>