Skip to content

Commit

Permalink
fixed ticket 107, but it will only work with GRASS >= 6.1, breaks GRA…
Browse files Browse the repository at this point in the history
…SS 6.0.0 because they changed parameter name

git-svn-id: http://svn.osgeo.org/qgis/trunk@5682 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Aug 10, 2006
1 parent 8082151 commit 3dd4fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/v.surf.idw.qgm
Expand Up @@ -3,7 +3,7 @@

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

0 comments on commit 3dd4fe4

Please sign in to comment.