Solved! Go to Solution.
Thank you very much GISDev01 for this useful enhancement.
Is there any chance you can add the uncompiled code to the page where the compiled code is located?
Is there any chance you can add the uncompiled code to the page where the compiled code is located?
Thanks again for the uncompiled code.
I was reviewing the code and I do not understand how the .mxml file knows how to retrieve the data from the .xml file.
if (configXML)
{
overviewMap.configXML = configXML;
}
This seems like where the mxml file is trying to access the xml, but how does it know to look for OverviewMapWidget.xml if it is not explicitly passed in the variable configXML?
Thanks for the explanation.
Do you know where I would find the original source code for the OverViewMap widget that is part of the out-of-the-box build?