<div style="font-family: arial; font-size: 14px;"><div>Hi All,</div><div><br></div><div>  I'd like to set the maximum zoom level of my map.  Any thoughts on how to do that?</div><div><br></div><div>I've tried:</div><div><br></div><div>var app = new gm3.Application({<br>    mapserver_url: CONFIG.mapserver_url,<br>    mapfile_root: CONFIG.mapfile_root,<br><br>    map: {<br>        <strong>maxZoom: 20,</strong><br>        scaleLine: {<br>            enabled: true,<br>            units: 'imperial'<br>        }<br>    }<br><br>});</div><div><br></div><div contenteditable="false"></div><div>but no go.</div><div><br></div><div>Thanks!</div><div>Brent</div></div>