[GRASS-SVN] r64607 - in grass/branches/releasebranch_7_0: gui/wxpython/animation gui/wxpython/docs gui/wxpython/gcp gui/wxpython/gmodeler gui/wxpython/mapdisp gui/wxpython/timeline include/vect lib/arraystats lib/init lib/python/pydispatch raster/r.horizon raster/r.in.lidar raster/r.li raster/r.regression.multi scripts/d.shade scripts/db.droptable scripts/r.in.wms scripts/r.unpack scripts/v.krige scripts/v.unpack temporal/t.support vector/v.colors vector/v.in.db vector/v.in.lidar vector/v.out.postgis vector/v.vol.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 13 07:16:22 PST 2015


Author: martinl
Date: 2015-02-13 07:16:22 -0800 (Fri, 13 Feb 2015)
New Revision: 64607

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/animation/data.py
   grass/branches/releasebranch_7_0/gui/wxpython/animation/dialogs.py
   grass/branches/releasebranch_7_0/gui/wxpython/animation/toolbars.py
   grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.iscatt.html
   grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.py
   grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/g.gui.gmodeler.py
   grass/branches/releasebranch_7_0/gui/wxpython/mapdisp/test_mapdisp.py
   grass/branches/releasebranch_7_0/gui/wxpython/timeline/g.gui.timeline.py
   grass/branches/releasebranch_7_0/include/vect/dig_structs.h
   grass/branches/releasebranch_7_0/lib/arraystats/arraystatslib.dox
   grass/branches/releasebranch_7_0/lib/init/variables.html
   grass/branches/releasebranch_7_0/lib/python/pydispatch/signal.py
   grass/branches/releasebranch_7_0/raster/r.horizon/r.horizon.html
   grass/branches/releasebranch_7_0/raster/r.in.lidar/r.in.lidar.html
   grass/branches/releasebranch_7_0/raster/r.li/r.li.html
   grass/branches/releasebranch_7_0/raster/r.regression.multi/r.regression.multi.html
   grass/branches/releasebranch_7_0/scripts/d.shade/d.shade.html
   grass/branches/releasebranch_7_0/scripts/db.droptable/db.droptable.html
   grass/branches/releasebranch_7_0/scripts/r.in.wms/wms_drv.py
   grass/branches/releasebranch_7_0/scripts/r.unpack/r.unpack.html
   grass/branches/releasebranch_7_0/scripts/v.krige/v.krige.html
   grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.html
   grass/branches/releasebranch_7_0/temporal/t.support/t.support.html
   grass/branches/releasebranch_7_0/vector/v.colors/v.colors.html
   grass/branches/releasebranch_7_0/vector/v.in.db/v.in.db.html
   grass/branches/releasebranch_7_0/vector/v.in.lidar/v.in.lidar.html
   grass/branches/releasebranch_7_0/vector/v.out.postgis/v.out.postgis.html
   grass/branches/releasebranch_7_0/vector/v.vol.rst/README
Log:
Fix 'allows to' typo, replace with 'allows <word>ing'
(author: Bas Couwenberg)
(see http://anonscm.debian.org/cgit/pkg-grass/grass.git/)
(merge r64606 from trunk)


Modified: grass/branches/releasebranch_7_0/gui/wxpython/animation/data.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/animation/data.py	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/gui/wxpython/animation/data.py	2015-02-13 15:16:22 UTC (rev 64607)
@@ -270,7 +270,7 @@
 
 
 class AnimLayer(Layer):
-    """Animation layer allows to add either space-time dataset
+    """Animation layer allows adding either space-time dataset
     or series of maps."""
     def __init__(self):
         Layer.__init__(self)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/animation/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/animation/dialogs.py	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/gui/wxpython/animation/dialogs.py	2015-02-13 15:16:22 UTC (rev 64607)
@@ -1204,7 +1204,7 @@
 
 class AnimSimpleLayerManager(SimpleLayerManager):
     """Simple layer manager for animation tool.
-    Allows to add space-time dataset or series of maps.
+    Allows adding space-time dataset or series of maps.
     """
     def __init__(self, parent, layerList,
                  lmgrStyle=SIMPLE_LMGR_RASTER | SIMPLE_LMGR_VECTOR |

Modified: grass/branches/releasebranch_7_0/gui/wxpython/animation/toolbars.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/animation/toolbars.py	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/gui/wxpython/animation/toolbars.py	2015-02-13 15:16:22 UTC (rev 64607)
@@ -226,7 +226,7 @@
 
 class AnimSimpleLmgrToolbar(SimpleLmgrToolbar):
     """Simple layer manager toolbar for animation tool.
-    Allows to add space-time dataset or series of maps.
+    Allows adding space-time dataset or series of maps.
     """
     def __init__(self, parent, lmgrStyle):
         SimpleLmgrToolbar.__init__(self, parent, lmgrStyle)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.iscatt.html
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.iscatt.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.iscatt.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -3,7 +3,7 @@
 
 <h2>DESCRIPTION</h2>
 
-<b>Interactive Scatter Plot Tool</b> allows to analyze group of raster
+<b>Interactive Scatter Plot Tool</b> allows analyzing group of raster
 maps. The tool is integrated into <em><a href="wxGUI.iclass.html">
 Supervised Classification Tool</a></em> (see the screen shot bellow).
 Also it is possible to launch it from Map Display Window (<tt>Analyze map

Modified: grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.py	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gcp/g.gui.gcp.py	2015-02-13 15:16:22 UTC (rev 64607)
@@ -20,7 +20,7 @@
 ############################################################################
 
 #%module
-#% description: Georectifies a map and allows to manage Ground Control Points.
+#% description: Georectifies a map and allows managing Ground Control Points.
 #% keyword: general
 #% keyword: GUI
 #% keyword: georectification

Modified: grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/g.gui.gmodeler.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/g.gui.gmodeler.py	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/g.gui.gmodeler.py	2015-02-13 15:16:22 UTC (rev 64607)
@@ -20,7 +20,7 @@
 
 #%module
 #% label: Graphical Modeler.
-#% description: Allows to interactively create, edit and manage models.
+#% description: Allows interactively creating, editing and managing models.
 #% keyword: general
 #% keyword: GUI
 #% keyword: graphical modeler

Modified: grass/branches/releasebranch_7_0/gui/wxpython/mapdisp/test_mapdisp.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/mapdisp/test_mapdisp.py	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/gui/wxpython/mapdisp/test_mapdisp.py	2015-02-13 15:16:22 UTC (rev 64607)
@@ -20,7 +20,7 @@
 ############################################################################
 
 #%module
-#% description: Georectifies a map and allows to manage Ground Control Points.
+#% description: Georectifies a map and allows managing Ground Control Points.
 #% keyword: general
 #% keyword: GUI
 #% keyword: georectification

Modified: grass/branches/releasebranch_7_0/gui/wxpython/timeline/g.gui.timeline.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/timeline/g.gui.timeline.py	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/gui/wxpython/timeline/g.gui.timeline.py	2015-02-13 15:16:22 UTC (rev 64607)
@@ -20,7 +20,7 @@
 ############################################################################
 
 #%module
-#% description: Allows to compare temporal datasets by displaying their temporal extents in a plot.
+#% description: Allows comparing temporal datasets by displaying their temporal extents in a plot.
 #% keyword: general
 #% keyword: GUI
 #% keyword: temporal

Modified: grass/branches/releasebranch_7_0/include/vect/dig_structs.h
===================================================================
--- grass/branches/releasebranch_7_0/include/vect/dig_structs.h	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/include/vect/dig_structs.h	2015-02-13 15:16:22 UTC (rev 64607)
@@ -502,7 +502,7 @@
     /*! 
       \brief Cache type
 
-      Currenly used only by PostGIS Topology which allows to cache the
+      Currenly used only by PostGIS Topology which allows caching the
       whole map (CACHE_MAP) */
     int ctype;
 };

Modified: grass/branches/releasebranch_7_0/lib/arraystats/arraystatslib.dox
===================================================================
--- grass/branches/releasebranch_7_0/lib/arraystats/arraystatslib.dox	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/lib/arraystats/arraystatslib.dox	2015-02-13 15:16:22 UTC (rev 64607)
@@ -30,7 +30,7 @@
 identical to a specific observation. It is thus necessary to decide to
 which class these observations should be attributed. It seems logical to
 prefer the densest, i.e. the one with the strongest slope. The
-automatisation of this method allows to distinguish classes with high
+automatisation of this method allows distinguishing classes with high
 frequencies from those with low frequencies, but also to introduce
 subtleties and to delimit transition classes.
 

Modified: grass/branches/releasebranch_7_0/lib/init/variables.html
===================================================================
--- grass/branches/releasebranch_7_0/lib/init/variables.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/lib/init/variables.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -91,7 +91,7 @@
     modules extra to the standard distribution.</dd>
 
   <dt>GRASS_ADDON_BASE</dt>
-  <dd>[grass startup script]<br> allows to specify additional GISBASE
+  <dd>[grass startup script]<br> allows specifying additional GISBASE
     for local GRASS modules (normally installed as GRASS Addons
     by <tt>g.extension</tt> module) extra to standard
     distribution. The default on GNU/Linux

Modified: grass/branches/releasebranch_7_0/lib/python/pydispatch/signal.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/pydispatch/signal.py	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/lib/python/pydispatch/signal.py	2015-02-13 15:16:22 UTC (rev 64607)
@@ -230,9 +230,9 @@
 
     # TODO: remove args?
     def __call__(self, *args, **kwargs):
-        """Allows to emit signal with function call syntax.
+        """Allows emitting signal with function call syntax.
 
-        It allows to handle signal as a function or other callable object.
+        It allows handling signal as a function or other callable object.
         So, the signal can be in the list of fuctions or can be connected as
         a handler for another signal.
         However, it is strongly recommended to use emit method for direct

Modified: grass/branches/releasebranch_7_0/raster/r.horizon/r.horizon.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.horizon/r.horizon.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/raster/r.horizon/r.horizon.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -100,7 +100,7 @@
 is the angle in degrees with the direction. If you use <b>r.horizon</b>
 in the single point mode this option will be ignored. 
 
-<p>The <i>output</i> parameter allows to save the resulting horizon
+<p>The <i>output</i> parameter allows saving the resulting horizon
 angles in a comma separated ASCII file (single point mode only). If
 you use <b>r.horizon</b> in the raster map mode this option will be ignored.
 

Modified: grass/branches/releasebranch_7_0/raster/r.in.lidar/r.in.lidar.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.in.lidar/r.in.lidar.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/raster/r.in.lidar/r.in.lidar.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -89,12 +89,12 @@
 used to obtain a digital surface model (DSM) where e.g. canopy cover is 
 represented. The last return values can be used to obtain a digital 
 terrain model (DTM) where e.g. the forest floor instead of canopy 
-cover is represented. The <b>return_filter</b> option allows to select one of 
+cover is represented. The <b>return_filter</b> option allows selecting one of 
 first, mid, or last returns.
 <p>
 LiDAR points can be already classified into standardized classes. For example,
 class number 2 represents ground (for other classes see LAS format specification
-in references). The <b>class_filter</b> option allows to select one or more 
+in references). The <b>class_filter</b> option allows selecting one or more 
 classes, as numbers (integers) separated by comma.
 <p>
 The default map <b>type</b>=<tt>FCELL</tt> is intended as compromise between

Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -32,7 +32,7 @@
 
 <ol>
 <li>run <em>g.gui.rlisetup</em>: create a configuration file selecting
-    the parts of raster map to be analyzed. This file allows to re-run
+    the parts of raster map to be analyzed. This file allows re-running
     an analysis easily. It is stored on Windows in the directory <tt>C:\Users\userxy\AppData\Roaming\GRASS7\r.li\</tt>, on GNU/Linux in
     <tt>$HOME/.grass7/r.li/</tt>. <!-- TODO: and Mac OSX? -->
 

Modified: grass/branches/releasebranch_7_0/raster/r.regression.multi/r.regression.multi.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.regression.multi/r.regression.multi.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/raster/r.regression.multi/r.regression.multi.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -47,7 +47,7 @@
 by the current explaining variable after taking into consideration all
 the other explaining variables.
 <p>
-The F score for each explaining variable allows to test if the inclusion
+The F score for each explaining variable allows testing if the inclusion
 of this variable significantly increases the explaining power of the
 model, relative to the global model excluding this explaining variable.
 That means that the F value for a given explaining variable is only

Modified: grass/branches/releasebranch_7_0/scripts/d.shade/d.shade.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/d.shade/d.shade.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/scripts/d.shade/d.shade.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -7,7 +7,7 @@
 used including categorical raster maps.
 
 <p>
-The advantage of this module is that it allows to visualize the shaded map
+The advantage of this module is that it allows visualizing the shaded map
 without a need to create a new raster which would combine both.
 Comparing to creating shaded relief as semi-transparent overlay on
 the color raster map, this module gives result with more saturated colors.

Modified: grass/branches/releasebranch_7_0/scripts/db.droptable/db.droptable.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/db.droptable/db.droptable.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/scripts/db.droptable/db.droptable.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -31,7 +31,7 @@
 
 <h3>Removing an attribute table from given database</h3>
 
-<em>db.droptable</em> allows to define optionally <b>driver</b>
+<em>db.droptable</em> allows defining optionally <b>driver</b>
 and <b>database</b> options different from default connection settings
 (<tt>db.connect -p</tt>).
 

Modified: grass/branches/releasebranch_7_0/scripts/r.in.wms/wms_drv.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.in.wms/wms_drv.py	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/scripts/r.in.wms/wms_drv.py	2015-02-13 15:16:22 UTC (rev 64607)
@@ -585,7 +585,7 @@
         return best_t_mat
 
     def _getMetersPerUnit(self):
-        """!Get coefficient which allows to convert units of request projection into meters.
+        """!Get coefficient which allows converting units of request projection into meters.
         """  
         if self.meters_per_unit:
             return self.meters_per_unit

Modified: grass/branches/releasebranch_7_0/scripts/r.unpack/r.unpack.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.unpack/r.unpack.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/scripts/r.unpack/r.unpack.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>r.unpack</em> allows to unpack raster maps packed by <em><a href="r.pack.html">r.pack</a></em>.
+<em>r.unpack</em> allows unpacking raster maps packed by <em><a href="r.pack.html">r.pack</a></em>.
 
 <h2>NOTES</h2>
 

Modified: grass/branches/releasebranch_7_0/scripts/v.krige/v.krige.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.krige/v.krige.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/scripts/v.krige/v.krige.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.krige</em> allows to perform kriging operations in GRASS
+<em>v.krige</em> allows performing kriging operations in GRASS
 environment, using R software functions in background.
 
 

Modified: grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.unpack</em> allows to unpack vector maps packed by <em><a href="v.pack.html">v.pack</a></em>.
+<em>v.unpack</em> allows unpacking vector maps packed by <em><a href="v.pack.html">v.pack</a></em>.
 
 <h2>NOTES</h2>
 

Modified: grass/branches/releasebranch_7_0/temporal/t.support/t.support.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.support/t.support.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/temporal/t.support/t.support.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -4,7 +4,7 @@
 <p>
 The title, description and the semantic type can be modified.
 <p>
-The flag <em>-u</em> allows to update the STDS metadata from registered
+The flag <em>-u</em> allows updating the STDS metadata from registered
 map layers. This is useful in case the map layers have been modified
 without using temporal commands.
 <p>

Modified: grass/branches/releasebranch_7_0/vector/v.colors/v.colors.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.colors/v.colors.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/vector/v.colors/v.colors.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.colors</em> allows to create or modify color table associated
+<em>v.colors</em> allows creating or modifying color table associated
 with a vector map similarly
 to <em><a href="r.colors.html">r.colors</a></em> for raster maps.
 

Modified: grass/branches/releasebranch_7_0/vector/v.in.db/v.in.db.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.in.db/v.in.db.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/vector/v.in.db/v.in.db.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -6,7 +6,7 @@
 <h2>NOTES</h2>
 
 If GRASS comes with <a href="grass-ogr.html">OGR</a> support
-than <em>v.in.db</em> allows to import data from different input
+than <em>v.in.db</em> allows importing data from different input
 files, eg. CSV or MS Excel (assuming that GDAL/OGR library is compiled
 with this support).
 

Modified: grass/branches/releasebranch_7_0/vector/v.in.lidar/v.in.lidar.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.in.lidar/v.in.lidar.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/vector/v.in.lidar/v.in.lidar.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -19,12 +19,12 @@
 used to obtain a digital surface model (DSM) where e.g. canopy cover is 
 represented. The last return values can be used to obtain a digital 
 terrain model (DTM) where e.g. the forest floor instead of canopy 
-cover is represented. The <b>return_filter</b> option allows to select one of 
+cover is represented. The <b>return_filter</b> option allows selecting one of 
 first, mid, or last returns.
 <p>
 LiDAR points can be already classified into standardized classes. For example,
 class number 2 represents ground (for other classes see LAS format specification
-in references). The <b>class_filter</b> option allows to select one or more 
+in references). The <b>class_filter</b> option allows selecting one or more 
 classes, as numbers (integers) separated by comma.
 
 <h2>Location Creation</h2>

Modified: grass/branches/releasebranch_7_0/vector/v.out.postgis/v.out.postgis.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.out.postgis/v.out.postgis.html	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/vector/v.out.postgis/v.out.postgis.html	2015-02-13 15:16:22 UTC (rev 64607)
@@ -93,7 +93,7 @@
 category are exported as multiple singe features.
 
 <p>
-<em>v.out.postgis</em> also allows to export vector features as
+<em>v.out.postgis</em> also allows exporting vector features as
 <em>topological elements</em>
 in <a href="http://postgis.refractions.net/docs/Topology.html">PostGIS
 Topology</a> schema. PostGIS Topology extension uses three tables to
@@ -218,7 +218,7 @@
 
 <h3>Export data without attributes</h3>
 
-<em>v.out.postgis</em> allows to ignore attributes when exporting
+<em>v.out.postgis</em> allows ignoring attributes when exporting
 vector features by specifying <b>-t</b> flag.
 
 Command bellow exports vector features without attributes. The feature
@@ -231,7 +231,7 @@
 <h3>Export topological data</h3>
 
 By default <em>v.out.postgis</em> exports data as simple
-features. Flag <b>-l</b> allows to export data as topological elements
+features. Flag <b>-l</b> allows exporting data as topological elements
 instead of simple features. Export topological elements is stored in
 <a href="http://postgis.refractions.net/docs/Topology.html">PostGIS
 Topology</a> schema.

Modified: grass/branches/releasebranch_7_0/vector/v.vol.rst/README
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.vol.rst/README	2015-02-13 15:14:07 UTC (rev 64606)
+++ grass/branches/releasebranch_7_0/vector/v.vol.rst/README	2015-02-13 15:16:22 UTC (rev 64607)
@@ -22,7 +22,7 @@
 including 3D topo parameters, and 2nd RST derivatives
 
 12/07/00 (MN) - added field selection parameter for sites lists
-                (allows to select column in site_lists)
+                (allows selecting column in site_lists)
 
 copied from Mark 15.may.1996,
 just a beta version, not fully tested



More information about the grass-commit mailing list