[mapguide-commits] r6977 - trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Gdal

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Sep 3 06:38:25 PDT 2012


Author: jng
Date: 2012-09-03 06:38:24 -0700 (Mon, 03 Sep 2012)
New Revision: 6977

Modified:
   trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Gdal/CompositeFileCtrl.cs
Log:
#2035: Left out a bit

Modified: trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Gdal/CompositeFileCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Gdal/CompositeFileCtrl.cs	2012-09-03 13:27:42 UTC (rev 6976)
+++ trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Gdal/CompositeFileCtrl.cs	2012-09-03 13:38:24 UTC (rev 6977)
@@ -305,7 +305,7 @@
                     if (idx >= 0)
                         raster.FileName = add.Substring(add.LastIndexOf("/") + 1);
                     else
-                        raster.FileName = add.Substring(add.LastIndexOf("%"));
+                        raster.FileName = add.Substring(add.LastIndexOf("%") + 1);
                 }
                 else
                 {



More information about the mapguide-commits mailing list