Browse Source

v.proj: reword description of -b flag and add mention of it to man page

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69961 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert 8 years ago
parent
commit
fb82d50851
2 changed files with 5 additions and 1 deletions
  1. 1 1
      vector/v.proj/main.c
  2. 4 0
      vector/v.proj/v.proj.html

+ 1 - 1
vector/v.proj/main.c

@@ -128,7 +128,7 @@ int main(int argc, char *argv[])
     flag.no_topol = G_define_flag();
     flag.no_topol = G_define_flag();
     flag.no_topol->key = 'b';
     flag.no_topol->key = 'b';
     flag.no_topol->label = _("Do not build vector topology");
     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,
     /* The parser checks if the map already exists in current mapset,
        we switch out the check and do it
        we switch out the check and do it

+ 4 - 0
vector/v.proj/v.proj.html

@@ -36,6 +36,10 @@ appropriate, but can cause errors the input vector crosses the datum line
 at 180E/W. In this case wrapping of east coordinates to -180,180 needs 
 at 180E/W. In this case wrapping of east coordinates to -180,180 needs 
 to be disabled with the <b>-w</b> flag.
 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>
 <p>
 In order to preserve spatial detail, <em>v.proj</em> performs automated
 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>
 vertex densification (as an alternative, <em><a href="v.split.html">v.split</a></em>