Hi Pere,<br><br>yes tiled is much better choice. For untiled thers one param called ratio, check it out.<br><br>About buffer, I think that 0 and 1 values are the same. That means that you always have to get some tiles more then you actually area is, because its never the case that extents of tiles fits excatly in extens of the map...so wont be 4 but 6 ;)<br>
<br>cheers<br><br><div class="gmail_quote">On Thu, Jul 16, 2009 at 8:10 PM, Pere Roca Ristol <span dir="ltr">&lt;<a href="mailto:peroc79@gmail.com">peroc79@gmail.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 all,<br>
  I need some hints to take into account when having a veeery low bandwith.<br>
  I have already set up background layers as PNG8 (jpeg does&#39;t accept<br>
transparency) and vectorial as jpeg.<br>
<br>
  I wonder if in these situations tiling is better than normal WMS (?)<br>
  Currently I  have an untiled layer. The &quot;map&quot; is 800x350. I wonder why the<br>
generated untiled image<br>
 is 1200x525; I know Openlayers creates a buffer on tiles, but it also is<br>
applied on untiled layers?<br>
<br>
   If tiling is better than Untiled (taking into account low bandwith as<br>
critical factor) I  want to keep the number of tiles to minimum. So, I don&#39;t<br>
want any buffer. I set layer like this:<br>
<br>
             var admin = new OpenLayers.Layer.WMS( &quot;my WMS&quot;,<br>
                &quot;<a href="http://mywms/wms" target="_blank">http://mywms/wms</a>&quot;,<br>
                {layers: &#39;mylayer&#39;,transparent:&quot;true&quot;,styles:&#39;mystyle&#39;&quot;}<br>
                                ,{&#39;displayInLayerSwitcher&#39;:false,tileSize: new OpenLayers.Size(400,175),<br>
buffer: 0});<br>
<br>
    but instead of getting 4 tiles I continue getting 6 (2 of them covering<br>
out of BBOX); have also tried buffer:1 without success<br>
<br>
    thanks in advance,<br>
    Pere<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://n2.nabble.com/please-some-hints-for-very-low-bandwith-tp3268897p3268897.html" target="_blank">http://n2.nabble.com/please-some-hints-for-very-low-bandwith-tp3268897p3268897.html</a><br>

Sent from the OpenLayers Users mailing list archive at Nabble.com.<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><br clear="all"><br>-- <br>Ivan Grcic<br>