Like above, the more recent versions require a different way of setting up the Map.
For example, I used to get the map this way:
$map = new MgMap();
$map->Open($resourceSrvc, $mapName);
Now you do it this way:
$map = new MgMap($siteConnection);
$map->Open($mapName);
--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
_______________________________________________
mapguide-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/mapguide-users
