Hello All,
The new OverviewMap dijit is very nice! A couple of questions about it's use:
1) how can one turn off the ESRI logo in the lower right? I've turned off the logo in the esri.Map instance which is used the OverviewMap constructor but the logo still shows in the overview map dijit (but not in the main map window).
2) I'm trying to use the OverviewMap w/in an AccordianPane and it doesn't seem to be respecting the width, height parameters that I'm passing in the constructor, e.g.
overviewMapDijit = new esri.dijit.OverviewMap({map: map, width:250, height:250}, dojo.byId('overviewMapDiv'));
overviewMapDijit.startup();
...
<div id="panel2" dojoType="dijit.layout.AccordionPane" title="Overview Map">
<div id="overviewMapDiv"></div>
</div>
Can someone please help me here?
Thanks!
--john