[GRASS-SVN] r67498 - grass-addons/grass7/vector/v.mapcalc

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 5 23:38:31 PST 2016


Author: martinl
Date: 2016-01-05 23:38:31 -0800 (Tue, 05 Jan 2016)
New Revision: 67498

Modified:
   grass-addons/grass7/vector/v.mapcalc/v.mapcalc.html
   grass-addons/grass7/vector/v.mapcalc/v.mapcalc.py
Log:
v.mapcalc: module description sync'ed with r.mapcalc
           manual cosmetics


Modified: grass-addons/grass7/vector/v.mapcalc/v.mapcalc.html
===================================================================
--- grass-addons/grass7/vector/v.mapcalc/v.mapcalc.html	2016-01-06 07:32:16 UTC (rev 67497)
+++ grass-addons/grass7/vector/v.mapcalc/v.mapcalc.html	2016-01-06 07:38:31 UTC (rev 67498)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2> 
 
-v.mapcalc performs overlay and buffer functions on vector map layers. New vector map layers can be created which are 
+<em>v.mapcalc</em> performs overlay and buffer functions on vector map layers. New vector map layers can be created which are 
 expressions of existing vector map layers, boolean vector operations and buffer functions. 
 
 <h3>PROGRAM USE</h3> 
@@ -10,7 +10,7 @@
 <br>
 <br>
 
-This structure is similar to r.mapcalc, see <a href="r.mapcalc.html">r.mapcalc</a>. 
+This structure is similar to r.mapcalc, see <em><a href="r.mapcalc.html">r.mapcalc</a></em>. 
 Where <b>result</b> is the name of a vector map layer that will contain the result of the calculation and 
 <b>expression</b> is any valid combination of boolean and buffer operations for existing vector map layers. <br>
 

Modified: grass-addons/grass7/vector/v.mapcalc/v.mapcalc.py
===================================================================
--- grass-addons/grass7/vector/v.mapcalc/v.mapcalc.py	2016-01-06 07:32:16 UTC (rev 67497)
+++ grass-addons/grass7/vector/v.mapcalc/v.mapcalc.py	2016-01-06 07:38:31 UTC (rev 67498)
@@ -13,13 +13,13 @@
 """
 
 #%module
-#% description: Vector algebra
-#% keywords: vector, mapcalc, algebra
+#% description: Vector map calculator.
+#% keywords: vector, algebra
 #%end
 #%option
 #% key: expression
 #% type: string
-#% description: The vector mapcalc expression
+#% description: Expression to evaluate
 #% key_desc: expression
 #% required: yes
 #%end



More information about the grass-commit mailing list