[mapguide-users] Wrong parameter count for mgmap::open()

GordonL gordon.luckett at arrowgeomatics.com
Thu Mar 14 11:22:01 PDT 2019


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


More information about the mapguide-users mailing list