[mapguide-commits] r8388 - trunk/MgDev/Common/MapGuideCommon/Services
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Oct 6 05:20:51 PDT 2014
Author: jng
Date: 2014-10-06 05:20:51 -0700 (Mon, 06 Oct 2014)
New Revision: 8388
Modified:
trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h
Log:
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.
Modified: trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h 2014-10-06 11:40:21 UTC (rev 8387)
+++ trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h 2014-10-06 12:20:51 UTC (rev 8388)
@@ -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