[mapguide-commits] r9815 - sandbox/jng/vanilla_swig/Portable/MgPortable

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Nov 28 05:41:28 PST 2020


Author: jng
Date: 2020-11-28 05:41:28 -0800 (Sat, 28 Nov 2020)
New Revision: 9815

Modified:
   sandbox/jng/vanilla_swig/Portable/MgPortable/changelog.txt
Log:
Fix false find/replace

Modified: sandbox/jng/vanilla_swig/Portable/MgPortable/changelog.txt
===================================================================
--- sandbox/jng/vanilla_swig/Portable/MgPortable/changelog.txt	2020-11-28 13:37:49 UTC (rev 9814)
+++ sandbox/jng/vanilla_swig/Portable/MgPortable/changelog.txt	2020-11-28 13:41:28 UTC (rev 9815)
@@ -239,7 +239,7 @@
    - MgQuitComponent for exiting the application.
  - MgLoadPackageComponent now accepts a MgLoadMapComponent that will be invoked when the package has been loaded
  - Allow deferred map loading (initialize viewer with MgMapViewerProvider, load the map later on)
- - Simplified constructor for MgPortableMapViewerProvider
+ - Simplified constructor for MgDesktopMapViewerProvider
  - MgComponent subclasses can indicate whether they can operate without a loaded map.
  - IMapViewer.ViewerInitialized event changed to IMapViewer.MapLoaded
 
@@ -289,7 +289,7 @@
  - OSGeo.MapGuide.Desktop.dll is no longer monolithic. It is modular, and now references the existing .net platform assemblies (OSGeo.MapGuide.Foundation.dll, OSGeo.MapGuide.Geometry.dll and OSGeo.MapGuide.PlatformBase.dll). Thus these assemblies also need to be referenced in addition to OSGeo.MapGuide.Desktop.dll
 
 Viewer Changelog:
- - Viewer now operates against MgPlatformBase. Instead of initializing the viewer with a MgdMap, you now initialize it with a MgMapViewerProvider (which currently has one implementation: MgPortableMapViewerProvider). This is to allow for other MgPlatformBase derived libraries to work with the viewer in the future (eg. The official MapGuide API)
+ - Viewer now operates against MgPlatformBase. Instead of initializing the viewer with a MgdMap, you now initialize it with a MgMapViewerProvider (which currently has one implementation: MgDesktopMapViewerProvider). This is to allow for other MgPlatformBase derived libraries to work with the viewer in the future (eg. The official MapGuide API)
  - Fix exceptions when querying for tooltips over visible layers that are initially not visible.
 
 NOTE: All OSGeo.MapGuide.* assemblies used by mg-desktop are signed. Take note of this when building libraries on top of these assemblies.



More information about the mapguide-commits mailing list