[GRASS-SVN] r69961 - grass/trunk/vector/v.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 1 03:04:19 PST 2016


Author: mlennert
Date: 2016-12-01 03:04:19 -0800 (Thu, 01 Dec 2016)
New Revision: 69961

Modified:
   grass/trunk/vector/v.proj/main.c
   grass/trunk/vector/v.proj/v.proj.html
Log:
v.proj: reword description of -b flag and add mention of it to man page


Modified: grass/trunk/vector/v.proj/main.c
===================================================================
--- grass/trunk/vector/v.proj/main.c	2016-12-01 10:16:36 UTC (rev 69960)
+++ grass/trunk/vector/v.proj/main.c	2016-12-01 11:04:19 UTC (rev 69961)
@@ -128,7 +128,7 @@
     flag.no_topol = G_define_flag();
     flag.no_topol->key = 'b';
     flag.no_topol->label = _("Do not build vector topology");
-    flag.no_topol->description = _("Recommended for massive point conversion");
+    flag.no_topol->description = _("Recommended for massive point projection");
 
     /* The parser checks if the map already exists in current mapset,
        we switch out the check and do it

Modified: grass/trunk/vector/v.proj/v.proj.html
===================================================================
--- grass/trunk/vector/v.proj/v.proj.html	2016-12-01 10:16:36 UTC (rev 69960)
+++ grass/trunk/vector/v.proj/v.proj.html	2016-12-01 11:04:19 UTC (rev 69961)
@@ -36,6 +36,10 @@
 at 180E/W. In this case wrapping of east coordinates to -180,180 needs 
 to be disabled with the <b>-w</b> flag.
 
+<p>When reprojecting massive point clouds for which topology is not necessary,
+the user can set the <b>-b</b> flag to suppress the building of topology of
+the output map.
+
 <p>
 In order to preserve spatial detail, <em>v.proj</em> performs automated
 vertex densification (as an alternative, <em><a href="v.split.html">v.split</a></em>



More information about the grass-commit mailing list