[mapguide-commits] r5475 - in sandbox/maestro-3.0: Maestro Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Dec 13 07:47:42 EST 2010


Author: jng
Date: 2010-12-13 04:47:42 -0800 (Mon, 13 Dec 2010)
New Revision: 5475

Modified:
   sandbox/maestro-3.0/Maestro/changelog.txt
   sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs
Log:
Prep for test build #4

Modified: sandbox/maestro-3.0/Maestro/changelog.txt
===================================================================
--- sandbox/maestro-3.0/Maestro/changelog.txt	2010-12-13 12:33:52 UTC (rev 5474)
+++ sandbox/maestro-3.0/Maestro/changelog.txt	2010-12-13 12:47:42 UTC (rev 5475)
@@ -1,6 +1,25 @@
-Test Build 3
+Test Build 4
 ------------
+ - Added drag/drop package loading
+ - Added resource re-pointer function as suggested by Jason Birch
+ - Added warnings about tiled map invalidation when saving any possible affected resource
+ - Add API to create runtime map and infer the meters-per-unit value. Uses TF.net for HTTP implementation and MgCoordinateSystem for Local implementation
+ - Resource Data UI prompts confirmation on delete and when downloading, will show the downloaded location.
+ - Fix layer up/down drag/drop reordering in Map Definition editor
+ - Fix Coodinate System not being set in SHP load procedure editor
+ - Fix feature source extension nodes not being deleted on remove
+ - More fusion editor progress:
+    - Drag/drop map support
+    - Remaining missing functionality:
+       - Add/Remove/Edit containers
+       - Widget set configuration
+		  - Add new widget from WidgetInfo
+		  - Edit widget parameters
+		  - Remove widget from widget set
 
+Test Build 3
+------------
+
  - Migrated: Runtime Map API, with batched layer loading support improving create performance
  - Specialized SQLite editor
  - Partially migrated Fusion editor w/ Commerical Map Layer support

Modified: sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs	2010-12-13 12:33:52 UTC (rev 5474)
+++ sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs	2010-12-13 12:47:42 UTC (rev 5475)
@@ -35,5 +35,5 @@
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.0.0.5334")]
-[assembly: AssemblyFileVersion("3.0.0.5334")]
+[assembly: AssemblyVersion("3.0.0.5475")]
+[assembly: AssemblyFileVersion("3.0.0.5475")]



More information about the mapguide-commits mailing list