Skip to content

Instantly share code, notes, and snippets.

@jumpinjackie
Created September 4, 2012 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jumpinjackie/3622433 to your computer and use it in GitHub Desktop.
Save jumpinjackie/3622433 to your computer and use it in GitHub Desktop.
Setting up MgCoordinateSystem factory
using OSGeo.MapGuide;
...
MgCoordinateSystemFactory csFactory = new MgCoordinateSystemFactory();
MgCoordinateSystemCatalog csCatalog = csFactory.GetCatalog();
csCatalog.SetDictionaryDir("C:\\Path\\To\\My\\Dictionaries");
//Your Coordinate System API classes can now be used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment