Hi all, I am having a hard time getting my OpenLayers web client to zoom in past Scale = 1 : 1066. Here are my map options:<div><br></div><div><div>var options = {</div><div>                projection: new OpenLayers.Projection(&quot;EPSG:900913&quot;),</div>
<div>                displayProjection: new OpenLayers.Projection(&quot;EPSG:4326&quot;),</div><div>                units: &quot;m&quot;,</div><div>                numZoomLevels: 20,</div><div>                maxResolution: 136543.0339,</div>
<div>                //minResolution: 0.0000002,</div><div>                maxExtent: new OpenLayers.Bounds(-20037508, -20037508,</div><div>                                                 20037508, 20037508.34)</div><div>
            };</div><div><div> var google = new OpenLayers.Layer.Google( &quot;Google Maps&quot;,</div><div><span class="Apple-tab-span" style="white-space: pre; ">                </span>    <span class="Apple-tab-span" style="white-space: pre; ">        </span>{</div>
<div><span class="Apple-tab-span" style="white-space: pre; ">                </span>    <span class="Apple-tab-span" style="white-space: pre; ">                </span>&#39;sphericalMercator&#39;: true</div><div><span class="Apple-tab-span" style="white-space: pre; ">                </span>    <span class="Apple-tab-span" style="white-space: pre; ">        </span>}</div>
<div><span class="Apple-tab-span" style="white-space: pre; ">        </span>);</div><div><br></div></div><div>I am overlaying a few WMS layers on top of a Google base map. The WMS layers go through Geowebcache (which in turn targets Mapserver), but removing those and just having the base map does not fix the problem at all.</div>
<div><div><br></div><div>Any Ideas?</div><div><br></div><div>Thanks,</div><div><br></div><div>Robert</div></div><br><br>
</div>