<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2>Hi,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2>in OL is MAX_ZOOM_LEVEL=19&nbsp; the default for Google 
Layers. You can change this</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2>like OpenLayers.Layer.Google.prototype.MAX_ZOOM_LEVEL = 
21;</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2>or in the options for the Google layer </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2>MAX_ZOOM_LEVEL:21</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2>i'm not sure, if this solves your 
problem.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=937385115-23052009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=937385115-23052009><FONT face=Arial color=#0000ff 
size=2>Arnd</FONT></SPAN></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=937385115-23052009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=937385115-23052009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><SPAN 
class=937385115-23052009>&nbsp;</SPAN></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><FONT face=Tahoma 
size=2><B>Von:</B> users-bounces@openlayers.org 
[mailto:users-bounces@openlayers.org] <B>Im Auftrag von </B>Robert 
Hicks<BR><B>Gesendet:</B> Freitag, 22. Mai 2009 18:18<BR><B>An:</B> 
users@openlayers.org; dev@openlayers.org<BR><B>Betreff:</B> [OpenLayers-Users] 
My map will not zoom in past 1: 1066<BR></FONT><BR></DIV>
<DIV></DIV>No matter what I change in my options which are passed into the map 
constructor I cannot zoom in on my map past a scale of 1:1066.
<DIV><BR></DIV>
<DIV>Here are my options:</DIV>
<DIV><BR></DIV>
<DIV>
<DIV>var options = {</DIV>
<DIV>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;projection: 
new OpenLayers.Projection("EPSG:900913"),</DIV>
<DIV>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;displayProjection: new OpenLayers.Projection("EPSG:4326"),</DIV>
<DIV>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;units: 
"m",</DIV>
<DIV>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;numZoomLevels: 
27,</DIV>
<DIV>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;maxExtent: new 
OpenLayers.Bounds(-20037508, -20037508,<BR></DIV>
<DIV>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; 20037508, 20037508.34)</DIV>
<DIV>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;};</DIV>
<DIV><BR></DIV>My base map:</DIV>
<DIV><BR></DIV>
<DIV>
<DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"></SPAN>&nbsp; &nbsp;var 
google = new OpenLayers.Layer.Google( "Google Maps",</DIV>
<DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"></SPAN>&nbsp; 
&nbsp;<SPAN class=Apple-tab-span style="WHITE-SPACE: pre"> </SPAN>{</DIV>
<DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"></SPAN>&nbsp; 
&nbsp;<SPAN class=Apple-tab-span style="WHITE-SPACE: pre"> 
</SPAN>'sphericalMercator': true</DIV>
<DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"></SPAN>&nbsp; 
&nbsp;<SPAN class=Apple-tab-span style="WHITE-SPACE: pre"> </SPAN>}</DIV>
<DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"></SPAN>&nbsp; 
&nbsp;);</DIV></DIV>
<DIV><BR></DIV>
<DIV>I have tried increasing numZoomLevels and adding minScale, minResolution. 
No effect so I have taken them out.<BR></DIV></BODY></HTML>