[GRASS-SVN] r63957 - grass-addons/grass7/vector/v.fixed.segmentpoints

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 5 11:32:09 PST 2015


Author: hellik
Date: 2015-01-05 11:32:08 -0800 (Mon, 05 Jan 2015)
New Revision: 63957

Modified:
   grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.py
Log:
v.fixed.segmentpoints: update to new v.segment syntax

Modified: grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.py
===================================================================
--- grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.py	2015-01-05 19:31:57 UTC (rev 63956)
+++ grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.py	2015-01-05 19:32:08 UTC (rev 63957)
@@ -153,7 +153,7 @@
     grass.message( "Run v.segment ..." )
     grass.run_command("v.segment", input = voutline,
                                      output = voutpoint,
-                                     file = segment_points_file)	
+                                     rules = segment_points_file)	
 
     grass.run_command("v.db.addtable", map = voutpoint)
     grass.message( "v.segment done." )



More information about the grass-commit mailing list