Hi all, this is my first post to the list.<br><br>We have working now in little application with Openlayers and we have some doubts about scale control (PanZoomBar). We can set up maxScale (a zoomLevel between 0 and 15) testing the values of maxExtent, numZoomLevels, maxResolution, ... but, how can we fix minScale? We are trying to limit layer visibility under 1 km, for example, but the the minScale is set to 0 m. now.<br>
<br>Here is our configuration:<br><br>srs: 23030,<br>maxExtent: new OpenLayers.Bounds(98617.7,3986935.5,631717.7,4300767.5), <br>maxResolution: &quot;auto&quot;,<br>units: &#39;m&#39;,<br>numZoomLevels: 15,<br><br>Thanks!<br>
<br><br>