[mapguide-commits] r8705 - branches/3.0/MgDev/nuget/MapGuideNuget/DesktopViewerTest

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jul 13 06:51:58 PDT 2015


Author: jng
Date: 2015-07-13 06:51:58 -0700 (Mon, 13 Jul 2015)
New Revision: 8705

Modified:
   branches/3.0/MgDev/nuget/MapGuideNuget/DesktopViewerTest/MainForm.cs
Log:
mg-desktop doesn't support Tile Set Definitions, so change test map id in our nuget test project.

Modified: branches/3.0/MgDev/nuget/MapGuideNuget/DesktopViewerTest/MainForm.cs
===================================================================
--- branches/3.0/MgDev/nuget/MapGuideNuget/DesktopViewerTest/MainForm.cs	2015-07-13 11:00:10 UTC (rev 8704)
+++ branches/3.0/MgDev/nuget/MapGuideNuget/DesktopViewerTest/MainForm.cs	2015-07-13 13:51:58 UTC (rev 8705)
@@ -31,7 +31,7 @@
 
             MgdServiceFactory factory = new MgdServiceFactory();
             MgdResourceService resSvc = (MgdResourceService)factory.CreateService(MgServiceType.ResourceService);
-            MgResourceIdentifier mapDefId = new MgResourceIdentifier("Library://Samples/Sheboygan/MapsTiled/Sheboygan.MapDefinition");
+            MgResourceIdentifier mapDefId = new MgResourceIdentifier("Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition");
             //If this map definition doesn't exist, we ask the user to
             //load the Sheboygan package
             if (!resSvc.ResourceExists(mapDefId))



More information about the mapguide-commits mailing list