Thanks Christopher,<br><br>That did the trick - once i added in my scale array to the map options array-, however the map appears off center and chopped off, also the pan functionality doesn't work. Here is a screen grab
<a href="http://img262.imageshack.us/my.php?image=nav2yy4.png" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://img262.imageshack.us/my.php?image=nav2yy4.png</a>. I debugged using firebug and no tiles are created to the right. Tiles are outlined in pink
<br><br>I think this has something to do with the projection- Have I have set the projection on the map incorrectly? I have set the projection when constructing the layer but that doesn't help
<br><br>Thanks<br><br><br><div><span class="gmail_quote">On 13/08/07, <b class="gmail_sendername">Christopher Schmidt</b> <<a href="mailto:crschmidt@metacarta.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
crschmidt@metacarta.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Aug 13, 2007 at 10:11:58AM -0700, GISGuru wrote:<br>> <div style="width:100%; height:100%" id="map"></div><br>> <script defer="defer" type="text/javascript">
<br>> var options = {<br>> Bounds: new OpenLayers.Bounds(0, 0, 450000, 450000),<br>> projection: "EPSG:29903",<br>> units: "meters"
<br><br>Change this to 'm' instead of 'meters'.<br><br>Regards,<br>--<br>Christopher Schmidt<br>MetaCarta<br></blockquote></div><br>