<br><div class="gmail_quote">Hello guys...<br><br>I have a Openlayers WMS layer with :<br><br>gutter: 10<br><br>Everything works fine without Tilecache... <br>Using Tilecache I got that error: <br><pre><b><font style="font-family: arial,helvetica,sans-serif;" size="2">An error occurred: can&#39;t find resolution index for 0.076671. Available resolutions are:<br>

[0.095243450641262731, 0.073019978824968093, 0.047621725320631365, 0.031747816880420915, 0.015873908440210457, 0.009524345064126272, 0.0031747816880420914, 0.0015873908440210457, 0.00079369542201052285, 0.00031747816880420905]<br>

</font></b><br></pre>Without gutter property it works fine as well(with Tilecache)...<br><br>Map configuration:<br>map = new OpenLayers.Map(&#39;SAFF&#39;, {       <br>       
 resolutions : 
[0.09524345064126273,0.0730199788249681,0.047621725320631365,0.031747816880420915,0.015873908440210457,0.009524345064126272,0.0031747816880420914,0.0015873908440210457,0.0007936954220105228,0.00031747816880420905],<br>       
 projection: &quot;EPSG:4326&quot;,<br>        tileSize: new OpenLayers.Size(400, 
400),      <br>        maxExtent: new OpenLayers.Bounds(-102.2607421875,
 -46.142578125, 4.7021484375, 13.623046875)     <br>    });<br>
<br>
<br>
Tilecache layer configuration<br>
[LayerTest]<br>
type=WMS<br>
url=url<br>
extension=png<br>
extent_type=loose<br>
bbox = -102.2607421875,-46.142578125,4.7021484375,13.623046875<br>
resolutions=0.09524345064126273,0.0730199788249681,0.047621725320631365,0.031747816880420915,0.015873908440210457,0.009524345064126272,0.0031747816880420914,0.0015873908440210457,0.0007936954220105228,0.00031747816880420905<br>


size=400,400<br><br><br>Any help?<br><font color="#888888"><br>Paul<br>
</font></div><br>