Hey everyone,<div><br></div><div>I'm having trouble with maxScale. I have it set as follows:</div><div><br></div><div><div> lata = new OpenLayers.Layer.WMS(</div><div> "lata_boundaries - Untiled", "<a href="http://localhost:8080/geoserver/wms">http://localhost:8080/geoserver/wms</a>",</div>
<div> {</div><div> srs: 'EPSG:900913',</div><div> layers: 'DWT:dwt_lata_proj',</div><div> styles: 'dwt_lata',</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>