Browse Source

sync to changed r.to.vect parameter name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49403 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 years ago
parent
commit
c54fd24ffa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/r.fillnulls/r.fillnulls.py

+ 1 - 1
scripts/r.fillnulls/r.fillnulls.py

@@ -124,7 +124,7 @@ def main():
     # Use this outline (raster border) for interpolating the fill data:
     vecttmp = "vecttmp_fillnulls_" + unique
     grass.message(_("Creating interpolation points..."))
-    if grass.run_command('r.to.vect', input = input, output = vecttmp, feature = 'point'):
+    if grass.run_command('r.to.vect', input = input, output = vecttmp, type = 'point'):
 	grass.fatal(_("abandoned. Removing temporary maps, restoring user mask if needed:"))
 
     # count number of points to control segmax parameter for interpolation: