Select to view content in your preferred language

Overview Map in SFV1.3

1512
11
08-04-2010 04:58 AM
MayJeff
Deactivated User
I am using overview sample in the code gallery: http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&scriptID=15873
and able to put the oviewer map at lower right corner.  I would like to click to show the overview map then click again to minimize it but I can't get the function to work.  I used this also:
SiteContainer.getInstance().mapManager.ovCan.visible = true or false.

Please help.

Thank you.

May
Tags (2)
0 Kudos
11 Replies
RobertScheitlin__GISP
MVP Emeritus
May,

    Your OverviewWidget.xml needs to look like this:

<configuration>
    <mapservice type="dynamic" mode="static">http://yourserver/arcgis/rest/services/yourservice/MapServer</mapservice>
</configuration>
0 Kudos
MayJeff
Deactivated User
Actually I think I need to change something on MapManager.mxml in order to show the full extent everytime and you helped me to customize the overview map to show on the buttom right hand corner.

Thank you.
0 Kudos