|
Can someone with the authority to update the SVN (which I apparently
don't have) please change line 1207 in MapGuide.js from this: url += "?OPERATION=GETLEGENDIMAGE&SESSION=" + layer.oMap.getSessionID(); to this: url += "OPERATION=GETLEGENDIMAGE&SESSION=" + layer.oMap.getSessionID(); Note the lack of the question mark.....by the time the code runs to this point, "url" already has a ? at the end of it...so this line makes a double question mark, which ends up killing the legend icons for themed layers. thanks Andrew --
|
_______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users

