<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi list,<div><br></div><div>I had a running tilecache map server and recently I updated tilecache to the newest version. Using the same tilecache.cfg as before, 50% of the tile requests are running as before, but the other half end up with an error like:</div><div><blockquote type="cite"><pre>An error occurred: Current y value 5009377.084000 is too far from tile corner y -0.000800</pre></blockquote><div>I am struggling around with this error for a couple of hours now, having tried out a lot of parameters. My configuration is very very basic:</div></div><div><br></div><div>OpenLayers:</div><div><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span style="color: #8f0d69">var</span> options = {</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>projection: <span style="color: #8f0d69">new</span> OpenLayers.Projection(<span style="color: #4000ff">"EPSG:900913"</span>),</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>maxExtent: <span style="color: #8f0d69">new</span> OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>resolutions: [19567.879237500001, 9783.9396187500006, 4891.9698093750003, 2445.9849046875001, 1222.9924523437501, 611.49622617187504, 305.74811308593752, 152.87405654296876, 76.43702827148438, 38.21851413574219, 19.109257067871095, 9.5546285339355475, 4.7773142669677737, 2.3886571334838869],</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>units: <span style="color: #4000ff">'m'</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">};</div></blockquote><br></div><div>Tilecache:</div><div><div><blockquote type="cite"><div>[kmt]</div><div>type=Mapnik</div><div>mapfile=/home/christoph/render/style.xml</div><div>spherical_mercator=true</div><div>tms_type=google</div></blockquote></div></div><div><br></div><div>Has there been changed something since the last tilecache updates? I am not able to explain the origin of this error? Does anybody has a hint?</div><div><br></div><div>Thanks,</div><div>Christoph</div></body></html>