[mapguide-users] Calling/updating a fusion map
elliott17
elliottd at ae.ca
Thu Jan 17 14:48:33 PST 2013
I am running a PassData file that transfers a selection on the map to an asp
report. Within the asp report, I can select random lines and view these
items on the map after the map is called. I have this working within AJAX
but am having issues with Fusion.
The code that works in AJAX is:
function OnUpdateParentMap() {
var selectionXml =
document.getElementById("hfSelectionXml").getAttribute("value");
if (selectionXml)
{
opener.parent.SetSelectionXML(selectionXml);
hfSelectionXml = "";
}
}
How can I have the map update within Fusion?
Thanks for any help on this.
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Calling-updating-a-fusion-map-tp5028234.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list