Hey everyone,<div><br></div><div>I&#39;m having trouble with maxScale. I have it set as follows:</div><div><br></div><div><div>            lata = new OpenLayers.Layer.WMS(</div><div>                    &quot;lata_boundaries - Untiled&quot;, &quot;<a href="http://localhost:8080/geoserver/wms">http://localhost:8080/geoserver/wms</a>&quot;,</div>
<div>                    {</div><div>                        srs: &#39;EPSG:900913&#39;,</div><div>                        layers: &#39;DWT:dwt_lata_proj&#39;,</div><div>                        styles: &#39;dwt_lata&#39;,</div>
<div>                        format: format,</div><div>                        transparent: true,</div><div>                        minScale: 50000,</div><div>                        maxScale: 8000000</div><div>                    },</div>
<div>                    {singleTile: true, ratio: 1}</div><div>                );</div></div><div><br></div><div>Can you see anything obviously wrong with this?</div><div><br></div><div>Thanks,</div><div><br></div><div>Kjel</div>