Solved! Go to Solution.
Timothy,
If you have the ability to change the source code You can quite easily turn the overmap into a magnifier by changing the code from:
overviewMap.extent = map.extent.expand(3);
To:
overviewMap.extent = map.extent.expand(-3);
In the OverviewMapComponent.mxml:
https://github.com/Esri/arcgis-viewer-flex/blob/develop/src/widgets/OverviewMap/OverviewMapComponent...
Regards
Anthony
Hello Anthony,
I know that the post is too old, but I'm trying to set the same function in Flex Viewer 3.6.
I was able to edit the source code, but when I change to the "-3) value, I only get blank screen in the overview map or the "Map data not yet available".
If I change back to any other positive value, it's work, but If I try any negative value, just got screens mentioned above@. Any ideia of what could be wrong?
Thanks in advance,
Dilson
Dilson,
You are probably zooming in on the base-map to a scale that has not been cached.
regards
Anthony