Hi!<div><br></div><div>In my Ext.onReady(function() I have the next options to the map:</div><div><br></div><div><div>var options = {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>controls : [new OpenLayers.Control()],</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>minExtent : new OpenLayers.Bounds(-1, -1, 1, 1),</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>maxResolution : 0.35,</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>maxZoomLevel : 10,</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>maxExtent : new OpenLayers.Bounds(-1.53544921875, 37.81, 0.0000, 40.84),</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>tileSize : new OpenLayers.Size(400, 550) //Tamaño de las &quot;tiles&quot; que conforman el mapa</div>
<div>};</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>map = new OpenLayers.Map(&#39;olmap&#39;, options);</div></div><div><br></div><div>And the layers have {&#39;buffer&#39;:1} property.</div>
<div><br></div><div>But when I use the toolbar OpenLayers.Control.ZoomBox component, the map is draw with the default options.</div><div><br></div><div>How can I preserve the first configuration although I zoom the map? Thanks</div>