[GRASS-SVN] r67904 - grass-addons/grass7/raster/r.to.vect.lines

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 20 05:28:55 PST 2016


Author: neteler
Date: 2016-02-20 05:28:55 -0800 (Sat, 20 Feb 2016)
New Revision: 67904

Modified:
   grass-addons/grass7/raster/r.to.vect.lines/r.to.vect.lines.py
Log:
r.to.vect.lines addon: write history

Modified: grass-addons/grass7/raster/r.to.vect.lines/r.to.vect.lines.py
===================================================================
--- grass-addons/grass7/raster/r.to.vect.lines/r.to.vect.lines.py	2016-02-20 11:55:12 UTC (rev 67903)
+++ grass-addons/grass7/raster/r.to.vect.lines/r.to.vect.lines.py	2016-02-20 13:28:55 UTC (rev 67904)
@@ -126,6 +126,8 @@
     # open new 3D vector map
     Vect_open_new(map_info, outmap, True)
 
+    Vect_hist_command(outmap)
+
     # Create and initialize structs to store points/lines and category numbers
     Points = Vect_new_line_struct()
     Cats = Vect_new_cats_struct()



More information about the grass-commit mailing list