[mapguide-commits] r9506 - in sandbox/jng/tiling_v2/Web/src: DotNetUnmanagedApi/MapGuideCommon MapGuideApi
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue May 21 06:35:55 PDT 2019
Author: jng
Date: 2019-05-21 06:35:55 -0700 (Tue, 21 May 2019)
New Revision: 9506
Modified:
sandbox/jng/tiling_v2/Web/src/DotNetUnmanagedApi/MapGuideCommon/MapGuideCommonApiGen.xml
sandbox/jng/tiling_v2/Web/src/MapGuideApi/MapGuideApiGen.xml
Log:
Expose MgMetatile to managed wrappers
Modified: sandbox/jng/tiling_v2/Web/src/DotNetUnmanagedApi/MapGuideCommon/MapGuideCommonApiGen.xml
===================================================================
--- sandbox/jng/tiling_v2/Web/src/DotNetUnmanagedApi/MapGuideCommon/MapGuideCommonApiGen.xml 2019-05-21 12:25:32 UTC (rev 9505)
+++ sandbox/jng/tiling_v2/Web/src/DotNetUnmanagedApi/MapGuideCommon/MapGuideCommonApiGen.xml 2019-05-21 13:35:55 UTC (rev 9506)
@@ -148,6 +148,7 @@
<Header path="../../../../Common/MapGuideCommon/Services/MappingService.h" />
<Header path="../../../../Common/MapGuideCommon/Services/MapPlot.h" />
<Header path="../../../../Common/MapGuideCommon/Services/MapPlotCollection.h" />
+ <Header path="../../../../Common/MapGuideCommon/Services/Metatile.h" />
<Header path="../../../../Common/MapGuideCommon/Services/PackageStatusInformation.h" />
<Header path="../../../../Common/MapGuideCommon/Services/PlotSpecification.h" />
<Header path="../../../../Common/MapGuideCommon/Services/ProfilingService.h" />
Modified: sandbox/jng/tiling_v2/Web/src/MapGuideApi/MapGuideApiGen.xml
===================================================================
--- sandbox/jng/tiling_v2/Web/src/MapGuideApi/MapGuideApiGen.xml 2019-05-21 12:25:32 UTC (rev 9505)
+++ sandbox/jng/tiling_v2/Web/src/MapGuideApi/MapGuideApiGen.xml 2019-05-21 13:35:55 UTC (rev 9506)
@@ -426,6 +426,7 @@
<Header path="../../../Common/MapGuideCommon/Services/MappingService.h" />
<Header path="../../../Common/MapGuideCommon/Services/MapPlot.h" />
<Header path="../../../Common/MapGuideCommon/Services/MapPlotCollection.h" />
+ <Header path="../../../Common/MapGuideCommon/Services/Metatile.h" />
<Header path="../../../Common/MapGuideCommon/Services/PackageStatusInformation.h" />
<Header path="../../../Common/MapGuideCommon/Services/PlotSpecification.h" />
<Header path="../../../Common/MapGuideCommon/Services/ProfilingService.h" />
More information about the mapguide-commits
mailing list