Skip to content

Commit 3dd4fe4

Browse files
author
rblazek
committedAug 10, 2006
fixed ticket 107, but it will only work with GRASS >= 6.1, breaks GRASS 6.0.0 because they changed parameter name
git-svn-id: http://svn.osgeo.org/qgis/trunk@5682 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8082151 commit 3dd4fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/grass/modules/v.surf.idw.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<qgisgrassmodule label="Interpolate attribute values (IDW)" module="v.surf.idw">
55
<option key="input" layeroption="layer" typemask="point,line" id="input" />
6-
<field key="col" layerid="input" type="integer,double" label="Attribute field (interpolated values)" />
6+
<field key="column" layerid="input" type="integer,double" label="Attribute field (interpolated values)" />
77
<option key="npoints" />
88
<option key="output" />
99
</qgisgrassmodule>

0 commit comments

Comments
 (0)
Please sign in to comment.