[mapguide-commits] r9226 - sandbox/jng/geoprocessing/Common/PlatformBase/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Jun 25 07:00:37 PDT 2017


Author: jng
Date: 2017-06-25 07:00:37 -0700 (Sun, 25 Jun 2017)
New Revision: 9226

Modified:
   sandbox/jng/geoprocessing/Common/PlatformBase/Services/GeoJsonWriter.h
Log:
Tidy up doxygen docs

Modified: sandbox/jng/geoprocessing/Common/PlatformBase/Services/GeoJsonWriter.h
===================================================================
--- sandbox/jng/geoprocessing/Common/PlatformBase/Services/GeoJsonWriter.h	2017-06-25 13:45:50 UTC (rev 9225)
+++ sandbox/jng/geoprocessing/Common/PlatformBase/Services/GeoJsonWriter.h	2017-06-25 14:00:37 UTC (rev 9226)
@@ -110,7 +110,7 @@
 
     //////////////////////////////////////////////////////////////////
     /// \brief
-    /// Converts the current feature in the given feature reader to GeoJSON
+    /// Sets the decimal precision to use when writing out coordinates. If you do not call this method, the default precision used is 7 decimal places
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html
@@ -133,7 +133,7 @@
 
     //////////////////////////////////////////////////////////////////
     /// \brief
-    /// Converts the current feature in the given feature reader to GeoJSON
+    /// Gets the decimal precision to use when writing out coordinates
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html



More information about the mapguide-commits mailing list