hi,<br><br>When you define your layer you can add something like this.<br>For WMS layer <br>var layer = new OpenLayers.Layer.WMS(<br>&quot;Layer Name&quot;, &quot;URL...&quot;,{singleTile: true}<br><br>or buffer:0<br><br>I&#39;ve done it and it worked.<br>
<br><br><div class="gmail_quote">On Fri, Apr 3, 2009 at 3:42 PM, moghaddam <span dir="ltr">&lt;<a href="mailto:zaerymoghaddam@yahoo.com">zaerymoghaddam@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi<br>
<br>
When an OpenLayers map is loading, it tries to prefetch tiles surrounding current viewport in order to make panning more smooth. As most of my users try to access the map through low speed internet connections, this would cause to an increased startup time. Is there any parameter on map initialization process specifying how many rows or columns could be prefetched on startup?<br>

<br>
Thank your.<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://n2.nabble.com/How-to-limit-startup-prefetching-of-surrounding-tiles--tp2580776p2580776.html" target="_blank">http://n2.nabble.com/How-to-limit-startup-prefetching-of-surrounding-tiles--tp2580776p2580776.html</a><br>

Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
</font></blockquote></div><br>