<br><br>---------- Forwarded message ----------<br><span class="gmail_quote">From: <b class="gmail_sendername">Wes Toews</b> &lt;<a href="mailto:wolfsnipes@gmail.com">wolfsnipes@gmail.com</a>&gt;<br>Date: 10 Sep 2008 09:56<br>
Subject: geowebcache tiling zoom and bounds<br>To: <a href="mailto:geoserver-users@lists.sourceforge.net">geoserver-users@lists.sourceforge.net</a><br><br></span>
<div><font face="courier new,monospace">hi, I have an issue with openlayers/gwc integration.&nbsp; I have built an application using gwc, openlayers and geoserver, and it works fine except for implementing the getfeatureinfo request.&nbsp; When clicking on&nbsp;a map feature, I&nbsp;receive the documented problem of:</font></div>

<div><font face="courier new,monospace"></font>&nbsp;</div>
<div><font face="courier new,monospace">&quot;The bounds result in a zoom level of 6.359755367181556, expected something within 0.05 of an integer, check -115.386772,51.632202,-111.003228,54.367798&quot;</font></div>
<div><font face="courier new,monospace"></font>&nbsp;</div>
<div><font face="courier new,monospace">I have read the documentation on this, set the maxResolution parameter to 0.703125 as recommended in the documentation; as well I&#39;ve played with&nbsp;combinations of zoom levels and maxResolutions, starting zoom&nbsp;and maxResolution parameters.&nbsp; The resulting&nbsp;tiles&nbsp;are 256x256 pixels size.</font></div>

<div><font face="Courier New"></font>&nbsp;</div>
<div><font face="Courier New">my openlayers code looks something like this:</font></div>
<div>&nbsp;</div>
<div><font face="courier new,monospace">&nbsp;&nbsp;&nbsp;&nbsp;var mapOptions = {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;maxExtent: new OpenLayers.Bounds(-180,-90,90,180),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;units: &#39;degrees&#39;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;projection: &quot;EPSG:4326&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;maxResolution: 0.703125<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;};</font></div>
<div>
<p><font face="courier new,monospace">&nbsp;&nbsp;&nbsp;&nbsp;function OLMapInit()<br>&nbsp;&nbsp;&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;map = new OpenLayers.Map(&#39;map&#39;, mapOptions);</font></p>
<p><font face="courier new,monospace">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var myLayer = new OpenLayers.Layer.WMS(&quot;TRSI Projects&quot;,&quot;</font><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://localhost:8080/geowebcache/service/wms" target="_blank"><font face="courier new,monospace">http://localhost:8080/geowebcache/service/wms</font></a><font face="courier new,monospace">&quot;,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;layers: &#39;TerraWorld&#39;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;format: &#39;image/png&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});</font></p>
<p><font face="courier new,monospace">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;map.addLayer(myLayer);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;map.zoomToExtent(initialZoomExtents);</font></p>
<p><font face="courier new,monospace">&nbsp;&nbsp;&nbsp;&nbsp; //map.zoomToMaxExtent();</font></p>
<p><font face="courier new,monospace">The </font><font face="courier new,monospace">getfeatureinfo request is standard stuff borrowed from the Geoserver example code, nothing&nbsp;changed.&nbsp; This generates the zoom level error cited above.&nbsp; Any ideas?</font></p>

<p><font face="courier new,monospace">Thanks in advance,</font></p>
<p><font face="courier new,monospace">-Wes</font></p></div>