Web API Reference | MapGuide Open Source |
Loads the map object from a session repository.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
// Assuming the site connection has already been intialized $map = new MgMap($site); $map->Open('Calgary');
|