[GRASS-SVN] r73989 - grass-addons/grass7/vector/v.what.rast.multi

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 21 11:49:49 PST 2019


Author: neteler
Date: 2019-01-21 11:49:49 -0800 (Mon, 21 Jan 2019)
New Revision: 73989

Modified:
   grass-addons/grass7/vector/v.what.rast.multi/v.what.rast.multi.py
Log:
v.what.rast.multi addon: fix keyword definition, must be multiple lines

Modified: grass-addons/grass7/vector/v.what.rast.multi/v.what.rast.multi.py
===================================================================
--- grass-addons/grass7/vector/v.what.rast.multi/v.what.rast.multi.py	2019-01-21 19:34:55 UTC (rev 73988)
+++ grass-addons/grass7/vector/v.what.rast.multi/v.what.rast.multi.py	2019-01-21 19:49:49 UTC (rev 73989)
@@ -21,10 +21,14 @@
 ############################################################################
 
 #%module
-#% description: Uploads values of multiple rasters at positions of vector
-# points to the table.
-#% keyword: vector, sampling, raster, position, querying, attribute table,
-# surface information
+#% description: Uploads values of multiple rasters at positions of vector points to the table.
+#% keyword: vector
+#% keyword: sampling
+#% keyword: raster
+#% keyword: position
+#% keyword: querying
+#% keyword: attribute table
+#% keyword: surface information
 #%end
 
 #%flag



More information about the grass-commit mailing list