[mapguide-users] Fusion Selection Object Error
ChrisGo
cgountanis at mpowerinnovations.com
Thu Nov 7 11:05:21 PST 2013
I think the API examples are just out of date, I might have this one solved.
function displaySelection(oSelection) {
selection = null;
for (var mapName in oSelection) {
selection = oSelection[mapName];
break;
}
...
You need to narrow it down as it now must support more than one map. The
example was most likely made when it only assumed one map was being sent
through.
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Fusion-Selection-Object-Error-tp5088014p5088042.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list