[mapguide-commits] r8706 - in trunk/MgDev: . nuget/MapGuideNuget/DesktopViewerTest

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jul 13 06:54:56 PDT 2015


Author: jng
Date: 2015-07-13 06:54:56 -0700 (Mon, 13 Jul 2015)
New Revision: 8706

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



Property changes on: trunk/MgDev
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/branches/2.6/MgDev:8276-8286,8288-8292,8297,8299,8301,8303,8314-8315,8318,8335,8340,8354-8355,8365,8373
/sandbox/adsk/3.0m:8563,8584,8607,8625,8694-8695
/sandbox/jng/convenience_apis:8262-8268,8271-8363
/sandbox/jng/createruntimemap:7486-7555
/sandbox/jng/dwftk:8321-8324,8328-8329,8331,8352
/sandbox/jng/geos34x:8256-8259
/sandbox/jng/tiling:8174-8208
/sandbox/jng/v30:8212-8227
/sandbox/rfc94:5099-5163
   + /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/branches/2.6/MgDev:8276-8286,8288-8292,8297,8299,8301,8303,8314-8315,8318,8335,8340,8354-8355,8365,8373
/branches/3.0/MgDev:8705
/sandbox/adsk/3.0m:8563,8584,8607,8625,8694-8695
/sandbox/jng/convenience_apis:8262-8268,8271-8363
/sandbox/jng/createruntimemap:7486-7555
/sandbox/jng/dwftk:8321-8324,8328-8329,8331,8352
/sandbox/jng/geos34x:8256-8259
/sandbox/jng/tiling:8174-8208
/sandbox/jng/v30:8212-8227
/sandbox/rfc94:5099-5163

Modified: trunk/MgDev/nuget/MapGuideNuget/DesktopViewerTest/MainForm.cs
===================================================================
--- trunk/MgDev/nuget/MapGuideNuget/DesktopViewerTest/MainForm.cs	2015-07-13 13:51:58 UTC (rev 8705)
+++ trunk/MgDev/nuget/MapGuideNuget/DesktopViewerTest/MainForm.cs	2015-07-13 13:54:56 UTC (rev 8706)
@@ -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