[mapguide-commits] r8389 - in branches/2.6/MgDev: . Common/MapGuideCommon/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Oct 6 05:24:36 PDT 2014


Author: jng
Date: 2014-10-06 05:24:36 -0700 (Mon, 06 Oct 2014)
New Revision: 8389

Modified:
   branches/2.6/MgDev/
   branches/2.6/MgDev/Common/MapGuideCommon/Services/KmlService.h
Log:
Merged revision(s) 8388 from trunk/MgDev:
Update MgKmlService API documentation. This ticket (http://trac.osgeo.org/fusion/ticket/626) was the result of the failure in the API documentation to state that the input extents must be in LL84 coordinates.
........



Property changes on: branches/2.6/MgDev
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/sandbox/jng/createruntimemap:7486-7555
/sandbox/rfc94:5099-5163
/trunk/MgDev:8209-8210,8230,8313,8333,8359
   + /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/sandbox/jng/createruntimemap:7486-7555
/sandbox/rfc94:5099-5163
/trunk/MgDev:8209-8210,8230,8313,8333,8359,8388

Modified: branches/2.6/MgDev/Common/MapGuideCommon/Services/KmlService.h
===================================================================
--- branches/2.6/MgDev/Common/MapGuideCommon/Services/KmlService.h	2014-10-06 12:20:51 UTC (rev 8388)
+++ branches/2.6/MgDev/Common/MapGuideCommon/Services/KmlService.h	2014-10-06 12:24:36 UTC (rev 8389)
@@ -70,7 +70,7 @@
     ///
     /// \param extents
     /// Input
-    /// required spatial data extents
+    /// required spatial data extents. The extents must be in LL84 coordinates
     ///
     /// \param width
     /// Input
@@ -119,7 +119,7 @@
     ///
     /// \param extents
     /// Input
-    /// required spatial data extents
+    /// required spatial data extents. The extents must be in LL84 coordinates
     ///
     /// \param width
     /// Input
@@ -163,7 +163,7 @@
     ///
     /// \param extents
     /// Input
-    /// required spatial data extents
+    /// required spatial data extents. The extents must be in LL84 coordinates
     ///
     /// \param width
     /// Input



More information about the mapguide-commits mailing list