<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Hi,</div><div><br></div><div>I want to add an overviewmap with an rectangle showing the current extent of the mappanel and one wms layer as reference.</div><div><br></div><div>I read this...</div><div><br></div><div><a href="http://www.geoext.org/pipermail/users/2010-February/000593.html">http://www.geoext.org/pipermail/users/2010-February/000593.html</a> <br></div><div><br></div><div>But cannot see where the following should be place...</div><div><br></div><div><br></div><div><pre><i>addOverview: = function() {</i></pre><pre><i> var mapOptions = {
</i><i> maxExtent: new OpenLayers.Bounds(180000, 397000,200000,
</i><i> 414000),
</i><i> maxResolution: 500,
</i><i> projection: "EPSG:28992",
</i><i> units: "m"
</i><i> };</i></pre><pre><i><br></i></pre><pre><i><br></i></pre><pre><span>..is this part of a panel, or the mappanel?</span></pre><pre><span><br></span></pre><pre>does anyone know where this should go...or is there a better method to produce a simple yet effective overview map?</pre><pre><span><br></span></pre><pre><span>Rob</span></pre></div></div></body></html>